Skip to content

Commit ba80714

Browse files
authored
Sponsor page: Added Inigo (graphql#1507)
1 parent 5d28e29 commit ba80714

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/components/Conf/Sponsors/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { ReactComponent as TheGraph } from "../../../../static/img/conf/Sponsors
88
import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors/TheGuild.svg"
99
import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg"
1010
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
11+
import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
1112

1213
interface Image {
1314
iconPath: string
@@ -67,6 +68,11 @@ const sponsorGold: Image[] = [
6768
name: "StepZen",
6869
link: "https://stepzen.com/",
6970
},
71+
{
72+
iconPath: Inigo,
73+
name: "Inigo",
74+
link: "https://inigo.io/",
75+
},
7076
]
7177

7278
const sponsorSilver: Image[] = [

static/img/conf/Sponsors/Inigo.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)