We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293dd88 commit 061fcb7Copy full SHA for 061fcb7
1 file changed
src/components/index-page/join-the-community.tsx
@@ -17,14 +17,14 @@ export function JoinTheCommunity() {
17
</div>
18
<div className="flex flex-col *:flex-1">
19
<Anchor
20
- href="/community/tools-and-libraries"
+ href="https://discord.graphql.org/"
21
className="flex items-center justify-between gap-4 whitespace-pre border-b border-pri-light px-6 py-8 hover:bg-white/10 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
22
>
23
Discord
24
<DiscordIcon className="size-8 fill-white" />
25
</Anchor>
26
27
- href="/community/events"
+ href="/community/"
28
className="flex items-center justify-between gap-4 whitespace-pre border-pri-light px-6 py-8 hover:bg-white/10 lg:h-1/3 lg:px-8 lg:pr-12 xl:gap-6"
29
30
Explore community resources
0 commit comments