We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c69579b commit 64fb52dCopy full SHA for 64fb52d
2 files changed
public/Sponsors/vueling.svg
src/app/components/SponsorsAndPartners.tsx
@@ -260,7 +260,12 @@ export default function SponsorsAndPartners() {
260
/>
261
</MegaBox>
262
<MegaBox>
263
- <SponsorUnrevealed />
+ <SponsorLogo
264
+ imageSrc={"/Sponsors/vueling.svg"}
265
+ imageAlt={"vueling"}
266
+ sponsorLink={"https://www.vueling.com/ca?Currency=EUR"}
267
+ smallPadding
268
+ />
269
270
271
<SponsorUnrevealed />
0 commit comments