Skip to content

Commit 4120200

Browse files
authored
bending spoons + footer hacknights (#214)
1 parent 44b6a76 commit 4120200

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

public/Sponsors/bending_spoons.svg

Lines changed: 15 additions & 0 deletions
Loading

src/app/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function Footer() {
142142
</SocialsBlock>
143143
<Body>
144144
<BodyLinkYellow
145-
href="https://hacknights.dev/"
145+
href="https://hacknights.hackersatupc.org/"
146146
target="_blank"
147147
rel="noreferrer"
148148
>

src/app/components/SponsorsAndPartners.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,12 @@ export default function SponsorsAndPartners() {
107107

108108
<SponsorRow>
109109
<GigaBox>
110-
<SponsorUnrevealed />
110+
<SponsorLogo
111+
imageSrc={"/Sponsors/bending_spoons.svg"}
112+
imageAlt={"bendingspoons"}
113+
sponsorLink={"https://www.bendingspoons.com/"}
114+
smallPadding
115+
/>
111116
</GigaBox>
112117
<GigaBox>
113118
<SponsorUnrevealed />

0 commit comments

Comments
 (0)