File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Apollo from "public/img/conf/Sponsors/Apollo.svg"
55import Tyk from "public/img/conf/Sponsors/Tyk.svg"
66import IBM from "public/img/conf/Sponsors/IBM.svg"
77import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
8+ import Intuit from "public/img/conf/Sponsors/Intuit.svg"
89
910import { clsx } from "clsx"
1011import NextImage from "next-image-export-optimizer"
@@ -35,7 +36,13 @@ const sponsorSilver: Image[] = [
3536
3637const 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
4047const communityPartners : Image [ ] = [ ]
4148
You can’t perform that action at this time.
0 commit comments