mirror of
https://github.com/nickzuber/meteorite.git
synced 2024-11-29 09:31:15 +03:00
Add an extra button to homepage
This commit is contained in:
parent
c21f62f8bc
commit
42688b0221
@ -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={{
|
||||
|
Loading…
Reference in New Issue
Block a user