File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default class GitHubTabView extends React.Component {
81
81
// TODO: display a view that lets you create a repository on GitHub
82
82
return (
83
83
< div className = "github-GitHub-noRemotes" >
84
- < div className = "github-GitHub-largeGitHubLogo icon icon-mark-github" > </ div >
84
+ < div className = "github-GitHub-largeGitHubLogo icon icon-mark-github" / >
85
85
< div className = "initialize-repo-description" >
86
86
< span > This repository does not have any remotes hosted at GitHub.com.</ span >
87
87
</ div >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ export default class RemoteSelectorView extends React.Component {
15
15
// todo: ask Ash how to test this before merging.
16
16
return (
17
17
< div className = "github-RemoteSelector" >
18
- < div className = "github-GitHub-largeGitHubLogo icon icon-mark-github" > </ div >
18
+ < div className = "github-GitHub-largeGitHubLogo icon icon-mark-github" / >
19
19
20
20
< div className = "initialize-repo-description" >
21
21
< span > This repository has multiple remotes hosted at GitHub.com.
You can’t perform that action at this time.
0 commit comments