Skip to content

Commit 821bee1

Browse files
authored
InditexTech (#169)
1 parent 70eb17a commit 821bee1

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

public/Sponsors/inditex.svg

Lines changed: 29 additions & 0 deletions
Loading

src/app/components/SponsorsAndPartners.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
MegaBox,
1717
MiliBox,
1818
SponsorLogo,
19-
SponsorUnrevealed,
2019
TeraBox,
2120
} from "@/app/genericComponents/Sponsors";
2221
import { SectionTitle } from "../genericComponents/Typography";
@@ -280,7 +279,12 @@ export default function SponsorsAndPartners() {
280279
/>
281280
</MegaBox>
282281
<MegaBox>
283-
<SponsorUnrevealed />
282+
<SponsorLogo
283+
imageSrc={"/Sponsors/inditex.svg"}
284+
imageAlt={"inditex"}
285+
sponsorLink={"https://xtend.inditex.com/"}
286+
smallPadding
287+
/>
284288
</MegaBox>
285289
</SponsorRow>
286290

0 commit comments

Comments
 (0)