Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376ac99 commit 2fc3755Copy full SHA for 2fc3755
lib/views/github-tab-view.js
@@ -81,7 +81,9 @@ export default class GitHubTabView extends React.Component {
81
// TODO: display a view that lets you create a repository on GitHub
82
return (
83
<div className="github-GitHub-noRemotes">
84
- This repository does not have any remotes hosted at GitHub.com.
+ <div className="initialize-repo-description">
85
+ <span>This repository does not have any remotes hosted at GitHub.com.</span>
86
+ </div>
87
</div>
88
);
89
}
0 commit comments