Skip to content

Commit

Permalink
Renamed "Github" to "GitHub"
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Dec 12, 2017
1 parent 823f1b4 commit 85a1479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module.exports = class Cache {

if (response.status !== 200) {
throw new Error(
`Github API responded with ${response.status} for url ${url}`
`GitHub API responded with ${response.status} for url ${url}`
)
}

Expand Down
8 changes: 4 additions & 4 deletions views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
box-sizing: border-box;
padding: 20px;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
font-family: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
background: black;
color: white;
Expand Down Expand Up @@ -143,8 +143,8 @@
<footer>
<div id="version">{{version}}</div>
<a id="release-notes" href={{releaseNotes}}>Release Notes</a>
<a id="all-releases" href={{allReleases}}>All releases</a>
<a href={{github}}>Github</a>
<a id="all-releases" href={{allReleases}}>All Releases</a>
<a href={{github}}>GitHub</a>
</footer>
</main>
</div>
Expand Down

0 comments on commit 85a1479

Please sign in to comment.