We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26c12b commit 91f9229Copy full SHA for 91f9229
2 files changed
public/Sponsors/ithink.png
7.55 KB
src/app/components/SponsorsAndPartners.tsx
@@ -282,7 +282,12 @@ export default function SponsorsAndPartners() {
282
</SponsorRow>
283
<SponsorRow>
284
<MiliBox>
285
- <SponsorUnrevealed />
+ <SponsorLogo
286
+ imageSrc={"/Sponsors/ithink.png"}
287
+ sponsorLink={"https://ithinkupc.com/"}
288
+ imageAlt={"ithink"}
289
+ smallPadding
290
+ />
291
</MiliBox>
292
293
</SponsorsBlock>
0 commit comments