diff --git a/src/assets/css/_css/brand.less b/src/assets/css/_css/brand.less index 0f9913c070..4d5b5d6a9e 100644 --- a/src/assets/css/_css/brand.less +++ b/src/assets/css/_css/brand.less @@ -269,7 +269,7 @@ .zoom-platinum { transition: transform .2s; /* Animation */ width: 300px; - height: 153px; + max-height: 153px; cursor: pointer; } .zoom-platinum:hover { diff --git a/src/components/Conf/Sponsors/index.tsx b/src/components/Conf/Sponsors/index.tsx index b969a46cb0..0ef75ff493 100644 --- a/src/components/Conf/Sponsors/index.tsx +++ b/src/components/Conf/Sponsors/index.tsx @@ -6,6 +6,8 @@ import { ReactComponent as Solo } from "../../../../static/img/conf/Sponsors/Sol import { ReactComponent as Hasura } from "../../../../static/img/conf/Sponsors/Hasura.svg" import { ReactComponent as TheGraph } from "../../../../static/img/conf/Sponsors/TheGraph.svg" import { ReactComponent as TheGuild } from "../../../../static/img/conf/Sponsors/TheGuild.svg" +import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/Hygraph.svg" +import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg" interface Image { iconPath: string @@ -47,6 +49,11 @@ const sponsorPlatinum: Image[] = [ name: "Solo.io", link: "https://www.solo.io/", }, + { + iconPath: Hygraph, + name: "Hygraph", + link: "https://hygraph.com/", + }, ] const sponsorGold: Image[] = [ @@ -55,6 +62,11 @@ const sponsorGold: Image[] = [ name: "The Graph", link: "https://thegraph.com/", }, + { + iconPath: StepZen, + name: "StepZen", + link: "https://stepzen.com/", + }, ] const sponsorSilver: Image[] = [ @@ -70,7 +82,6 @@ const workshopDaySponsors: Image[] = [ iconPath: TheGuild, name: "The Guild", link: "https://the-guild.dev/", - workshopSponsor: true, }, ] @@ -98,13 +109,13 @@ const SponsersConf = () => {

PLATINUM

-
+
{sponsorPlatinum .sort((a, b) => alphabetSort(a, b)) .map((sponsor, i) => ( @@ -116,7 +127,7 @@ const SponsersConf = () => {

GOLD

-
+
{sponsorGold .sort((a, b) => alphabetSort(a, b)) .map((sponsor, i) => ( @@ -134,7 +145,7 @@ const SponsersConf = () => {

SILVER

-
+ -

+ +

Workshop Day Sponsor -

-