Feedback
This commit is contained in:
@@ -3,7 +3,7 @@ import styled from 'styled-components';
|
||||
|
||||
const Hero = styled.div`
|
||||
width: 100%;
|
||||
height: 90vh;
|
||||
height: 70vh;
|
||||
padding: 6em 2em 0;
|
||||
text-align: center;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
import React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import { signin, githubOrganization } from '../../utils/routeHelpers';
|
||||
import { signin, developers, blogUrl } from '../../utils/routeHelpers';
|
||||
import { color } from '../../../shared/styles/constants';
|
||||
|
||||
function Navigation() {
|
||||
@@ -13,7 +13,10 @@ function Navigation() {
|
||||
<a href="/#features">Features</a>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<a href={githubOrganization()}>Open Source</a>
|
||||
<a href={blogUrl()}>Blog</a>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<a href={developers()}>API</a>
|
||||
</MenuItem>
|
||||
<MenuItem>
|
||||
<a href={signin()}>Sign In</a>
|
||||
|
||||
Reference in New Issue
Block a user