We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d727d commit b703b60Copy full SHA for b703b60
1 file changed
src/app/components/SponsorsAndPartners.tsx
@@ -107,7 +107,12 @@ export default function SponsorsAndPartners() {
107
108
<SponsorRow>
109
<GigaBox>
110
- <SponsorUnrevealed />
+ <SponsorLogo
111
+ imageSrc={"/Sponsors/bending_spoons.svg"}
112
+ imageAlt={"bendingspoons"}
113
+ sponsorLink={"https://www.bendingspoons.com/"}
114
+ smallPadding
115
+ />
116
</GigaBox>
117
118
<SponsorUnrevealed />
0 commit comments