Skip to content

Commit 3e7531a

Browse files
Merge pull request #12 from fauz-io/master
Fixing no database for first time users
2 parents cda166e + a9b61cb commit 3e7531a

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/components/RepositoryList.js

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)