This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ export default function GitHubBlankUninitialized(props) {
11
11
< p className = "github-Blank-context" > This repository is not yet version controlled by git.</ p >
12
12
< p className = "github-Blank-option" >
13
13
< button className = "github-Blank-actionBtn btn icon icon-globe" onClick = { props . openBoundPublishDialog } >
14
- Initialize and publish on GitHub...
14
+ Initialize and publish on GitHub...
15
15
</ button >
16
16
</ p >
17
17
< p className = "github-Blank-explanation" >
18
- Create a new GitHub repository, then track the existing content within this directory as a git repository
19
- configured to push there.
18
+ Create a new GitHub repository, then track the existing content within this directory as a git repository
19
+ configured to push there.
20
+ </ p >
21
+ < p className = "github-Blank-footer github-Blank-explanation" >
22
+ To initialize this directory as a git repository without publishing it to GitHub, visit the
23
+ < button className = "github-Blank-tabLink" onClick = { props . openGitTab } >
24
+ < Octicon icon = "git-commit" /> Git tab.
25
+ </ button >
20
26
</ p >
21
27
</ main >
22
- < footer className = "github-Blank-footer github-Blank-explanation" >
23
- To initialize this directory as a git repository without publishing it to GitHub, visit the
24
- < button className = "github-Blank-tabLink" onClick = { props . openGitTab } >
25
- < Octicon icon = "git-commit" /> Git tab.
26
- </ button >
27
- </ footer >
28
28
</ div >
29
29
) ;
30
30
}
Original file line number Diff line number Diff line change 11
11
flex-grow : 1 ;
12
12
display : flex ;
13
13
flex-direction : column ;
14
+ justify-content : center ;
14
15
}
15
16
16
17
&-footer {
You can’t perform that action at this time.
0 commit comments