Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fc3755

Browse files
Use the same text element in Github's NoRemote view for consistency
1 parent 376ac99 commit 2fc3755

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/views/github-tab-view.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ export default class GitHubTabView extends React.Component {
8181
// TODO: display a view that lets you create a repository on GitHub
8282
return (
8383
<div className="github-GitHub-noRemotes">
84-
This repository does not have any remotes hosted at GitHub.com.
84+
<div className="initialize-repo-description">
85+
<span>This repository does not have any remotes hosted at GitHub.com.</span>
86+
</div>
8587
</div>
8688
);
8789
}

0 commit comments

Comments
 (0)