We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2352a30 commit ae6e0ecCopy full SHA for ae6e0ec
public/img/conf/Sponsors/Intuit.svg
src/app/conf/2024/sponsors.tsx
@@ -5,6 +5,7 @@ import Apollo from "public/img/conf/Sponsors/Apollo.svg"
5
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6
import IBM from "public/img/conf/Sponsors/IBM.svg"
7
import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
8
+import Intuit from "public/img/conf/Sponsors/Intuit.svg"
9
10
import { clsx } from "clsx"
11
import NextImage from "next-image-export-optimizer"
@@ -35,7 +36,13 @@ const sponsorSilver: Image[] = [
35
36
37
const workshopDaySponsors: Image[] = []
38
-const mediaPartners: Image[] = []
39
+const mediaPartners: Image[] = [
40
+ {
41
+ icon: Intuit,
42
+ name: "Intuit",
43
+ link: "https://opensource.intuit.com/intuit-open-source/open-source",
44
+ },
45
+]
46
47
const communityPartners: Image[] = []
48
0 commit comments