diff --git a/src/components/Conf/Sponsors/index.tsx b/src/components/Conf/Sponsors/index.tsx index 0ef75ff493..c60b9d6ca0 100644 --- a/src/components/Conf/Sponsors/index.tsx +++ b/src/components/Conf/Sponsors/index.tsx @@ -77,14 +77,6 @@ const sponsorSilver: Image[] = [ }, ] -const workshopDaySponsors: Image[] = [ - { - iconPath: TheGuild, - name: "The Guild", - link: "https://the-guild.dev/", - }, -] - const SponsersConf = () => { return (
@@ -159,22 +151,6 @@ const SponsersConf = () => { ))}
- -

- Workshop Day Sponsor -

-
- {workshopDaySponsors.map((sponsor, i) => ( - - - - ))} -
) }