File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { ReactComponent as TheGraph } from "../../../../static/img/conf/Sponsors
8
8
import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors/TheGuild.svg"
9
9
import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg"
10
10
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
11
+ import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
11
12
12
13
interface Image {
13
14
iconPath : string
@@ -67,6 +68,11 @@ const sponsorGold: Image[] = [
67
68
name : "StepZen" ,
68
69
link : "https://stepzen.com/" ,
69
70
} ,
71
+ {
72
+ iconPath : Inigo ,
73
+ name : "Inigo" ,
74
+ link : "https://inigo.io/" ,
75
+ } ,
70
76
]
71
77
72
78
const sponsorSilver : Image [ ] = [
You can’t perform that action at this time.
0 commit comments