We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b6a76 commit 4120200Copy full SHA for 4120200
3 files changed
public/Sponsors/bending_spoons.svg
src/app/components/Footer.tsx
@@ -142,7 +142,7 @@ export default function Footer() {
142
</SocialsBlock>
143
<Body>
144
<BodyLinkYellow
145
- href="https://hacknights.dev/"
+ href="https://hacknights.hackersatupc.org/"
146
target="_blank"
147
rel="noreferrer"
148
>
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