Skip to content

Commit 22f8ca3

Browse files
authored
Added a link to the store in the community section (#1671)
1 parent 3048d01 commit 22f8ca3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/community/resources/official-channels.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
Facebook2Icon,
77
FileTextIcon,
88
CodeIcon,
9+
GraphQLLogo,
910
} from "../../../icons"
1011
import { Cards } from "../../../components/cards"
1112

@@ -55,5 +56,11 @@ Please follow these channels for updates and information:
5556
link: "/code",
5657
description: "graphql.org/code",
5758
},
59+
{
60+
icon: GraphQLLogo,
61+
title: "Shop",
62+
link: "https://store.graphql.org/",
63+
description: "store.graphql.org",
64+
},
5865
]}
5966
/>

0 commit comments

Comments
 (0)