Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button } from "../../../conf/_design-system/button"
import { StripesDecoration } from "../../../conf/_design-system/stripes-decoration"
import { DISCORD_CHANNEL_LINK } from "./links"

export function BringGraphQLToYourCommunity() {
return (
Expand All @@ -26,7 +25,7 @@ export function BringGraphQLToYourCommunity() {
Learn more
</Button>
<Button
href={DISCORD_CHANNEL_LINK}
href="/community/foundation/local-initiative/"
variant="tertiary"
className="[.light_&]:bg-white"
>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/community/foundation/local-initiative.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description:
sustainability of our ecosystem.
---

import { Button } from "../../../app/conf/_components/button"
import { Button } from "../../../app/conf/_design-system/button"

# GraphQL Local Initiative

Expand Down Expand Up @@ -177,7 +177,7 @@ gatherings. For more information or to get started, please contact us on

<Button
href="mailto:[email protected]?subject=I%20want%20to%20start%20a%20GraphQL%20Local%20in%20CITY_NAME_HERE"
className="mx-auto my-6 !block"
className="mx-auto my-6 w-fit"
>
Start a GraphQL Local!
Start a GraphQL Local
</Button>
Loading