Skip to content

Commit 56f47cd

Browse files
authored
Add GraphQL Landscape to header
https://l.graphql.org Signed-off-by: Chris Aniszczyk <[email protected]>
1 parent 0581285 commit 56f47cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/_core/HeaderLinks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const links = [
1515
{ section: 'spec', text: 'Spec', href: 'https://facebook.github.io/graphql/' },
1616
{ section: 'codeofconduct', text: 'Code of Conduct', href: '/codeofconduct/' },
1717
{ section: 'foundation', text: 'Foundation', href: 'https://foundation.graphql.org/' },
18+
{ section: 'landscape', text: 'Landscape', href: 'https://l.graphql.org/' },
1819
];
1920

2021
export default ({ section }) =>

0 commit comments

Comments
 (0)