We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eb17a commit 821bee1Copy full SHA for 821bee1
2 files changed
public/Sponsors/inditex.svg
src/app/components/SponsorsAndPartners.tsx
@@ -16,7 +16,6 @@ import {
16
MegaBox,
17
MiliBox,
18
SponsorLogo,
19
- SponsorUnrevealed,
20
TeraBox,
21
} from "@/app/genericComponents/Sponsors";
22
import { SectionTitle } from "../genericComponents/Typography";
@@ -280,7 +279,12 @@ export default function SponsorsAndPartners() {
280
279
/>
281
</MegaBox>
282
<MegaBox>
283
- <SponsorUnrevealed />
+ <SponsorLogo
+ imageSrc={"/Sponsors/inditex.svg"}
284
+ imageAlt={"inditex"}
285
+ sponsorLink={"https://xtend.inditex.com/"}
286
+ smallPadding
287
+ />
288
289
</SponsorRow>
290
0 commit comments