Skip to content

Commit ae216ef

Browse files
authored
Update sponsors.tsx
1 parent 2352a30 commit ae216ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/app/conf/2024/sponsors.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Apollo from "public/img/conf/Sponsors/Apollo.svg"
55
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
66
import IBM from "public/img/conf/Sponsors/IBM.svg"
77
import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
8+
import Intuit from "public/img/conf/Sponsors/Intuit.svg"
89

910
import { clsx } from "clsx"
1011
import NextImage from "next-image-export-optimizer"
@@ -35,7 +36,9 @@ const sponsorSilver: Image[] = [
3536

3637
const workshopDaySponsors: Image[] = []
3738

38-
const mediaPartners: Image[] = []
39+
const mediaPartners: Image[] = [
40+
{ icon: Intuit, name: "Intuit", link: "https://opensource.intuit.com/intuit-open-source/open-source" },
41+
]
3942

4043
const communityPartners: Image[] = []
4144

0 commit comments

Comments
 (0)