Add an extra button to homepage

This commit is contained in:
Nicholas Zuber 2018-11-11 17:20:36 -05:00
parent c21f62f8bc
commit 42688b0221

View File

@ -784,6 +784,12 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
</NotificationsRowExample>
<div className="button-container" style={{marginTop: 100 - 24}}>
<RouterLink to={routes.LOGIN}>sign in and try it out</RouterLink>
<LinkButton
style={{
marginLeft: 15,
color: '#fff',
background: 'none'
}} href="https://github.com/nickzuber/meteorite/">check out the github</LinkButton>
</div>
</Section>
<Section alt={true} style={{