White logo

This commit is contained in:
Christopher Chedeau
2015-03-25 13:32:42 -07:00
parent c61fbf483f
commit a7452c4a5f
4 changed files with 9 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ var HeaderLinks = React.createClass({
links: [
{section: 'docs', href: '/react-native/docs/getting-started.html#content', text: 'docs'},
{section: 'support', href: '/react-native/support.html', text: 'support'},
{section: 'react', href: 'http://facebook.github.io/react', text: 'react'},
{section: 'github', href: 'http://github.com/facebook/react-native', text: 'github'},
],