Skip to content

Commit 36ff6bc

Browse files
authored
Update game-jam.astro
1 parent 1ca7240 commit 36ff6bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/game-jam.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { FaExternalLinkAlt } from "react-icons/fa";
4848

4949

5050
<div class="flex flex-row gap-4 items-start mt-4 max-w-full flex-wrap">
51-
<a href="http://localhost:4321/posts/2025-10-25-game-jam-results" class="btn text-brand border-brand shadow-brand" role="button">
51+
<a href="/posts/2025-10-25-game-jam-results" class="btn text-brand border-brand shadow-brand" role="button">
5252
Winners <FaAngleRight />
5353
</a>
5454
<a href="https://itch.io/jam/woodlands-cs-club-jam-2025" class="btn" role="button">View on Itch.io <FaExternalLinkAlt /></a>
@@ -67,4 +67,4 @@ import { FaExternalLinkAlt } from "react-icons/fa";
6767
</Pane>
6868
<Footer />
6969
</main>
70-
</Base>
70+
</Base>

0 commit comments

Comments
 (0)