From eb57640061888e4b42c984bcd64f0cc45b88bd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlota=20Catot=20Brag=C3=B3s?= Date: Tue, 29 Apr 2025 18:37:36 +0200 Subject: [PATCH 1/2] inditextech --- public/Sponsors/inditex.svg | 29 ++++++++++++++++++++++ src/app/components/SponsorsAndPartners.tsx | 7 +++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 public/Sponsors/inditex.svg diff --git a/public/Sponsors/inditex.svg b/public/Sponsors/inditex.svg new file mode 100644 index 00000000..eda78ad9 --- /dev/null +++ b/public/Sponsors/inditex.svg @@ -0,0 +1,29 @@ + + + diff --git a/src/app/components/SponsorsAndPartners.tsx b/src/app/components/SponsorsAndPartners.tsx index 077742f7..f4e3a0ae 100644 --- a/src/app/components/SponsorsAndPartners.tsx +++ b/src/app/components/SponsorsAndPartners.tsx @@ -280,7 +280,12 @@ export default function SponsorsAndPartners() { /> - + From 0390a4b55a96d8b6e3b03879e09abbf71bd635e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlota=20Catot=20Brag=C3=B3s?= Date: Tue, 29 Apr 2025 18:42:26 +0200 Subject: [PATCH 2/2] linter --- src/app/components/SponsorsAndPartners.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/SponsorsAndPartners.tsx b/src/app/components/SponsorsAndPartners.tsx index f4e3a0ae..b6b2b3ab 100644 --- a/src/app/components/SponsorsAndPartners.tsx +++ b/src/app/components/SponsorsAndPartners.tsx @@ -16,7 +16,6 @@ import { MegaBox, MiliBox, SponsorLogo, - SponsorUnrevealed, TeraBox, } from "@/app/genericComponents/Sponsors"; import { SectionTitle } from "../genericComponents/Typography";