Skip to content

Commit ae6e0ec

Browse files
jorydotcombenjie
andauthored
Add Intuit's Logo to the Website (#1774)
* Update sponsors.tsx * Add files via upload * Update src/app/conf/2024/sponsors.tsx --------- Co-authored-by: Benjie <[email protected]>
1 parent 2352a30 commit ae6e0ec

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

public/img/conf/Sponsors/Intuit.svg

+9
Loading

src/app/conf/2024/sponsors.tsx

+8-1
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,13 @@ const sponsorSilver: Image[] = [
3536

3637
const workshopDaySponsors: Image[] = []
3738

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+
]
3946

4047
const communityPartners: Image[] = []
4148

0 commit comments

Comments
 (0)