Skip to content

Commit b3f7f9d

Browse files
authored
Add link to store.graphql.org on Footer (#1609)
1 parent 0bfd227 commit b3f7f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Footer/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const getLinks = (sourcePath?: string): FooterLinks[] => [
6565
{ text: "Resources", href: "/community/users/" },
6666
{ text: "Events", href: "/community/upcoming-events/" },
6767
{ text: "Landscape", href: "https://landscape.graphql.org" },
68+
{ text: "Shop", href: "https://store.graphql.org" },
6869
],
6970
},
7071
{

0 commit comments

Comments
 (0)