Skip to content

Commit c564615

Browse files
authored
Merge pull request graphql#804 from graphql/add-landscape-header
Add GraphQL Landscape to header
2 parents 0581285 + 56f47cd commit c564615

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)