File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
src/components/Conf/Sponers Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import React from "react"
3
3
import { ReactComponent as Stellate } from "../../../../static/img/conf/Sponsors/Stellate.svg"
4
4
import { ReactComponent as Postman } from "../../../../static/img/conf/Sponsors/Postman.svg"
5
5
import { ReactComponent as Solo } from "../../../../static/img/conf/Sponsors/Solo.svg"
6
+ import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/Hasura.svg"
6
7
7
8
interface Image {
8
9
iconPath : string
@@ -26,6 +27,11 @@ const sponsorDiamond: Image[] = [
26
27
name : "Postman" ,
27
28
link : "https://www.postman.com/" ,
28
29
} ,
30
+ {
31
+ iconPath : Hasura ,
32
+ name : "Hasura" ,
33
+ link : "https://hasura.io/" ,
34
+ } ,
29
35
]
30
36
31
37
const sponsorPlatinum : Image [ ] = [
You can’t perform that action at this time.
0 commit comments