File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,12 @@ function RepositoryList({ history }) {
7575 { repoList === null ? (
7676 < div className = "no-repository-container" >
7777 < div >
78- < h4 > there is no database </ h4 >
78+ < h4 > Create your first Database </ h4 >
7979 < small >
80- 1. Make a new < b > fresh Public GitHub Repository</ b > with < b > README.md</ b > file. Make new
81- repo{ ' ' }
80+ 1. Create new < b > Public GitHub Repository</ b > with default < b > README.md</ b > file, go to{ ' ' }
8281 < a href = "https://github.com/new" target = "_blank" rel = "noopener noreferrer" >
8382 https://github.com/new{ ' ' }
84- </ a >
83+ </ a > to create new repository.
8584 < br />
8685 { isAppInstalled ? '✅' : '' } 2. Install { /* 2. {' '} */ }
8786 < a
@@ -91,15 +90,7 @@ function RepositoryList({ history }) {
9190 >
9291 this
9392 </ a > { ' ' }
94- app on your GitHub Profile.{ ' ' }
95- < a
96- href = "https://github.com/apps/api-with-github"
97- target = "_blank"
98- rel = "noopener noreferrer"
99- >
100- https://github.com/apps/api-with-github
101- </ a > { ' ' }
102- and give repository access.
93+ app on your GitHub Profile and give repository access.
10394 </ small >
10495 < hr />
10596 </ div >
You can’t perform that action at this time.
0 commit comments