Skip to content

Commit cbaae40

Browse files
authored
feat: add guild logo as gold sponsor (#2087)
* feat: add guild logo as gold sponsor * fix link
1 parent ad02d78 commit cbaae40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/conf/2025/components/sponsors.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
22
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
33
import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr"
4+
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
45

56
import { clsx } from "clsx"
67
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -32,6 +33,11 @@ const sponsorGold: Sponsor[] = [
3233
name: "Apollo",
3334
link: "https://www.apollographql.com",
3435
},
36+
{
37+
icon: (props: React.SVGProps<SVGElement>) => <TheGuild {...props} />,
38+
name: "The Guild",
39+
link: "https://the-guild.dev/graphql/hive",
40+
},
3541
]
3642

3743
const sponsorSilver: Sponsor[] = [

0 commit comments

Comments
 (0)