File tree 1 file changed +4
-13
lines changed 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,12 @@ function RepositoryList({ history }) {
75
75
{ repoList === null ? (
76
76
< div className = "no-repository-container" >
77
77
< div >
78
- < h4 > there is no database </ h4 >
78
+ < h4 > Create your first Database </ h4 >
79
79
< 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{ ' ' }
82
81
< a href = "https://github.com/new" target = "_blank" rel = "noopener noreferrer" >
83
82
https://github.com/new{ ' ' }
84
- </ a >
83
+ </ a > to create new repository.
85
84
< br />
86
85
{ isAppInstalled ? '✅' : '' } 2. Install { /* 2. {' '} */ }
87
86
< a
@@ -91,15 +90,7 @@ function RepositoryList({ history }) {
91
90
>
92
91
this
93
92
</ 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.
103
94
</ small >
104
95
< hr />
105
96
</ div >
You can’t perform that action at this time.
0 commit comments