Skip to content

Commit

Permalink
Merge pull request #17 from gpul-org/develop
Browse files Browse the repository at this point in the history
fix: Add CICAS link
  • Loading branch information
delthia authored Jan 19, 2025
2 parents 1015cdc + b10ceab commit da3b7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/homepage/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ import logoNomaSystems from '../../assets/sponsors/nomasystems.png'
<Image src={logoDinahosting} alt="Logo dinahosting" class="h-4/6 w-full object-contain" />
</div>
</a>
<a href="#">
<a href="https://catedra-cicas.udc.gal/">
<div class="flex h-32 flex-col justify-center rounded-lg bg-white/75 px-8 text-center">
<Image src={logoCICAS} alt="Logo dinahosting" class="h-4/6 w-full object-contain" />
<Image src={logoCICAS} alt="Logo CICAS" class="h-4/6 w-full object-contain" />
</div>
</a>
</div>
Expand Down

0 comments on commit da3b7e3

Please sign in to comment.