Skip to content

Commit 061fcb7

Browse files
authored
Different links in community section of homepage (#2302)
1 parent 293dd88 commit 061fcb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/index-page/join-the-community.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ export function JoinTheCommunity() {
1717
</div>
1818
<div className="flex flex-col *:flex-1">
1919
<Anchor
20-
href="/community/tools-and-libraries"
20+
href="https://discord.graphql.org/"
2121
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"
2222
>
2323
Discord
2424
<DiscordIcon className="size-8 fill-white" />
2525
</Anchor>
2626
<Anchor
27-
href="/community/events"
27+
href="/community/"
2828
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"
2929
>
3030
Explore community resources

0 commit comments

Comments
 (0)