We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0163a6f commit e558aaaCopy full SHA for e558aaa
2 files changed
public/Sponsors/seat.svg
src/app/components/SponsorsAndPartners.tsx
@@ -228,7 +228,12 @@ export default function SponsorsAndPartners() {
228
<SponsorsBlock>
229
<SponsorRow>
230
<TeraBox>
231
- <SponsorUnrevealed />
+ <SponsorLogo
232
+ imageSrc={"/Sponsors/seat.svg"}
233
+ imageAlt={"seat"}
234
+ sponsorLink={"https://www.seat.com/"}
235
+ smallPadding
236
+ />
237
</TeraBox>
238
</SponsorRow>
239
0 commit comments