This commit is contained in:
Tom Moor
2017-11-15 20:59:57 -08:00
parent 787fac01d8
commit 51a9803c7d
5 changed files with 41 additions and 26 deletions

View File

@ -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>