Skip to content

Commit da3b7e3

Browse files
authored
Merge pull request #17 from gpul-org/develop
fix: Add CICAS link
2 parents 1015cdc + b10ceab commit da3b7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/homepage/Sponsors.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ import logoNomaSystems from '../../assets/sponsors/nomasystems.png'
5353
<Image src={logoDinahosting} alt="Logo dinahosting" class="h-4/6 w-full object-contain" />
5454
</div>
5555
</a>
56-
<a href="#">
56+
<a href="https://catedra-cicas.udc.gal/">
5757
<div class="flex h-32 flex-col justify-center rounded-lg bg-white/75 px-8 text-center">
58-
<Image src={logoCICAS} alt="Logo dinahosting" class="h-4/6 w-full object-contain" />
58+
<Image src={logoCICAS} alt="Logo CICAS" class="h-4/6 w-full object-contain" />
5959
</div>
6060
</a>
6161
</div>

0 commit comments

Comments
 (0)