We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8eb08 commit d460cd6Copy full SHA for d460cd6
2 files changed
public/Sponsors/bending_spoons.svg
src/app/components/SponsorsAndPartners.tsx
@@ -106,6 +106,14 @@ export default function SponsorsAndPartners() {
106
</SponsorRow>
107
108
<SponsorRow>
109
+ <GigaBox>
110
+ <SponsorLogo
111
+ imageSrc={"/Sponsors/bending_spoons.svg"}
112
+ imageAlt={"bendingspoons"}
113
+ sponsorLink={"https://www.bendingspoons.com/"}
114
+ smallPadding
115
+ />
116
+ </GigaBox>
117
<GigaBox>
118
<SponsorLogo
119
imageSrc={"/Sponsors/HP.png"}
@@ -114,9 +122,6 @@ export default function SponsorsAndPartners() {
122
smallPadding
123
/>
124
</GigaBox>
- <GigaBox>
- <SponsorUnrevealed />
- </GigaBox>
120
125
121
126
127
<MegaBox>
0 commit comments