From b95e474e2bc6e195c464f546332a7b63331cdd0b Mon Sep 17 00:00:00 2001 From: beerose Date: Sat, 17 Jun 2023 09:14:43 +0200 Subject: [PATCH] conf website: add The Guild as a conference sponsor --- src/components/Conf/Footer/index.tsx | 4 +- .../Conf/{Sponers => Sponsors}/index.tsx | 58 ++++++++++++++----- static/img/conf/Sponsors/TheGuild.svg | 23 ++++++++ 3 files changed, 68 insertions(+), 17 deletions(-) rename src/components/Conf/{Sponers => Sponsors}/index.tsx (72%) create mode 100644 static/img/conf/Sponsors/TheGuild.svg diff --git a/src/components/Conf/Footer/index.tsx b/src/components/Conf/Footer/index.tsx index 70aa746c6e..fb27e09a33 100644 --- a/src/components/Conf/Footer/index.tsx +++ b/src/components/Conf/Footer/index.tsx @@ -1,6 +1,6 @@ import React from "react" import SocialIcons from "../SocialIcons" -import SponsersConf from "../Sponers" +import SponsorsConf from "../Sponsors" import PartnersConf from "../Partners" const links = [ @@ -28,7 +28,7 @@ const links = [ const FooterConf = () => { return ( <> - +