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"
5
5
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6
6
import IBM from "public/img/conf/Sponsors/IBM.svg"
7
7
import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
8
+ import Intuit from "public/img/conf/Sponsors/Intuit.svg"
8
9
9
10
import { clsx } from "clsx"
10
11
import NextImage from "next-image-export-optimizer"
@@ -35,7 +36,13 @@ const sponsorSilver: Image[] = [
35
36
36
37
const workshopDaySponsors : Image [ ] = [ ]
37
38
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
+ ]
39
46
40
47
const communityPartners : Image [ ] = [ ]
41
48
You can’t perform that action at this time.
0 commit comments