diff --git a/src/components/Conf/Sponers/index.tsx b/src/components/Conf/Sponers/index.tsx index 55553d93c5..76861010d0 100644 --- a/src/components/Conf/Sponers/index.tsx +++ b/src/components/Conf/Sponers/index.tsx @@ -3,6 +3,7 @@ import React from "react" import { ReactComponent as Stellate } from "../../../../static/img/conf/Sponsors/Stellate.svg" import { ReactComponent as Postman } from "../../../../static/img/conf/Sponsors/Postman.svg" import { ReactComponent as Solo } from "../../../../static/img/conf/Sponsors/Solo.svg" +import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/Hasura.svg" interface Image { iconPath: string @@ -26,6 +27,11 @@ const sponsorDiamond: Image[] = [ name: "Postman", link: "https://www.postman.com/", }, + { + iconPath: Hasura, + name: "Hasura", + link: "https://hasura.io/", + }, ] const sponsorPlatinum: Image[] = [ diff --git a/static/img/conf/Sponsors/Hasura.svg b/static/img/conf/Sponsors/Hasura.svg new file mode 100644 index 0000000000..5de6aa73c0 --- /dev/null +++ b/static/img/conf/Sponsors/Hasura.svg @@ -0,0 +1 @@ +hasura-logo-primary-dark.svg \ No newline at end of file