We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f9229 commit c69579bCopy full SHA for c69579b
1 file changed
src/app/components/SponsorsAndPartners.tsx
@@ -319,16 +319,20 @@ export default function SponsorsAndPartners() {
319
sponsorLink={"https://telecos.upc.edu/"}
320
/>
321
</MiliBox>
322
+ <MiliBox>
323
+ <SponsorLogo
324
+ imageSrc={"/Partners/cfis.svg"}
325
+ imageAlt={"CFIS"}
326
+ sponsorLink={"https://cfis.upc.edu/"}
327
+ />
328
+ </MiliBox>
329
<MiliBox>
330
<SponsorLogo
331
imageSrc={"/Partners/mlh.svg"}
332
imageAlt={"mlh"}
333
sponsorLink={"https://mlh.io/eu"}
334
335
- <MiliBox>
- <SponsorUnrevealed />
- </MiliBox>
336
</SponsorRow>
337
<SponsorRow>
338
0 commit comments