Fix broken images

This commit is contained in:
nelle 2024-02-17 04:43:44 -07:00
parent e9285a1f3a
commit 635a33d4e9
2 changed files with 4 additions and 4 deletions

View file

@ -147,7 +147,7 @@
<li class="link-card astro-DOHJNAO5">
<a href="https://next.forgejo.org/Ouroboros/potrogue/settings" class="informational astro-DOHJNAO5">
<h2 class="astro-DOHJNAO5">
<img src="https://next.forgejo.org/Ouroboros/potrogue/raw/commit/2a13aaff906a7d3e50eaf4c6139880b5733387b7/src/main/resources/assets/icon.png" width="24" height="24" class="astro-DOHJNAO5">
<img src="/assets/icons/Forgejo_logo.svg" width="24" height="24" class="astro-DOHJNAO5">
potrogue
<span class="astro-DOHJNAO5">&rarr;</span>
</h2>
@ -159,7 +159,7 @@
<li class="link-card astro-DOHJNAO5">
<a href="https://git.ouroboros.group/limepotato/kotRemote" class="informational astro-DOHJNAO5">
<h2 class="astro-DOHJNAO5">
<img src="https://next.forgejo.org/Ouroboros/potrogue/raw/commit/2a13aaff906a7d3e50eaf4c6139880b5733387b7/src/main/resources/assets/icon.png" width="24" height="24" class="astro-DOHJNAO5">
<img src="/assets/icons/Forgejo_logo.svg" width="24" height="24" class="astro-DOHJNAO5">
kotRemote
<span class="astro-DOHJNAO5">&rarr;</span>
</h2>

View file

@ -58,13 +58,13 @@ import Card from '../components/Card.astro';
/>
-->
<Card
source=https://next.forgejo.org/Ouroboros/potrogue/raw/commit/2a13aaff906a7d3e50eaf4c6139880b5733387b7/src/main/resources/assets/icon.png
source=/assets/icons/Forgejo_logo.svg
href="https://next.forgejo.org/Ouroboros/potrogue/settings"
title="potrogue"
body="A lil roguelike project built in Kotlin with cobalt/amethyst/zircon"
/>
<Card
source=https://next.forgejo.org/Ouroboros/potrogue/raw/commit/2a13aaff906a7d3e50eaf4c6139880b5733387b7/src/main/resources/assets/icon.png
source=/assets/icons/Forgejo_logo.svg
href="https://git.ouroboros.group/limepotato/kotRemote"
title="kotRemote"
body="SSHFS (and maybe other things later) Wrapper, in Kotlin with Jexer"