Skip to content

Commit 257bbb5

Browse files
committed
[Docs] Add newsletter to top-level header
1 parent e2a2472 commit 257bbb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

website/core/HeaderLinks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ var HeaderLinks = React.createClass({
1616
{section: 'docs', href: '/react-native/docs/getting-started.html', text: 'Docs'},
1717
{section: 'support', href: '/react-native/support.html', text: 'Support'},
1818
{section: 'releases', href: 'https://github.com/facebook/react-native/releases', text: 'Releases'},
19+
{section: 'newsletter', href: 'http://reactnative.cc', text: 'Newsletter'}
1920
],
2021
linksExternal: [
2122
{section: 'github', href: 'https://github.com/facebook/react-native', text: 'GitHub'},

0 commit comments

Comments
 (0)