Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedemarais committed Aug 9, 2018
1 parent 895e82f commit a964b83
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"next": "^6.1.1",
"react": "^16.4.1",
"react-dom": "^16.4.1"
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Page = ({ footerText }) => (
</p>
</div>
<footer className="footer centered section">
<span>{footerText}</span>
<span>{footerTextDict[Math.floor(Math.random() * footerTextDict.length)]}</span>
<span className="hide-mobile">&nbsp;</span>
<a href="//twitter.com/hipcityreg">@hipcityreg</a>
<span className="hide-mobile">&nbsp;</span>
Expand Down

0 comments on commit a964b83

Please sign in to comment.