We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8428ce commit 5bc67a0Copy full SHA for 5bc67a0
2 files changed
public/Partners/granini.png
13.1 KB
src/app/components/SponsorsAndPartners.tsx
@@ -205,7 +205,11 @@ export default function SponsorsAndPartners() {
205
</SponsorRow>
206
<SponsorRow>
207
<MiliBox>
208
- <SponsorUnrevealed />
+ <SponsorLogo
209
+ imageSrc={"/Partners/granini.png"}
210
+ imageAlt={"granini"}
211
+ sponsorLink={"https://www.granini.com/"}
212
+ />
213
</MiliBox>
214
215
<SponsorUnrevealed />
0 commit comments