Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b108eb5

Browse files
committed
Move the git tab navigation paragraph into body
1 parent ed61852 commit b108eb5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

lib/views/github-blank-uninitialized.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ export default function GitHubBlankUninitialized(props) {
1111
<p className="github-Blank-context">This repository is not yet version controlled by git.</p>
1212
<p className="github-Blank-option">
1313
<button className="github-Blank-actionBtn btn icon icon-globe" onClick={props.openBoundPublishDialog}>
14-
Initialize and publish on GitHub...
14+
Initialize and publish on GitHub...
1515
</button>
1616
</p>
1717
<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>
2026
</p>
2127
</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>
2828
</div>
2929
);
3030
}

styles/github-blank.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
flex-grow: 1;
1212
display: flex;
1313
flex-direction: column;
14+
justify-content: center;
1415
}
1516

1617
&-footer {

0 commit comments

Comments
 (0)