Skip to content

Commit 8c66462

Browse files
authored
Sponsor section: Hasura (#1441)
1 parent b65f545 commit 8c66462

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/components/Conf/Sponers/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import React from "react"
33
import { ReactComponent as Stellate } from "../../../../static/img/conf/Sponsors/Stellate.svg"
44
import { ReactComponent as Postman } from "../../../../static/img/conf/Sponsors/Postman.svg"
55
import { ReactComponent as Solo } from "../../../../static/img/conf/Sponsors/Solo.svg"
6+
import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/Hasura.svg"
67

78
interface Image {
89
iconPath: string
@@ -26,6 +27,11 @@ const sponsorDiamond: Image[] = [
2627
name: "Postman",
2728
link: "https://www.postman.com/",
2829
},
30+
{
31+
iconPath: Hasura,
32+
name: "Hasura",
33+
link: "https://hasura.io/",
34+
},
2935
]
3036

3137
const sponsorPlatinum: Image[] = [

static/img/conf/Sponsors/Hasura.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)