Use git icon instead of github

This commit is contained in:
Zeph Levy 2026-02-17 16:47:32 +01:00
parent 29e10b5d78
commit 3039a32e7a
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<script lang="ts">
import { resolve } from '$app/paths';
import { page } from '$app/state';
import github from '$lib/images/github.svg';
import git from '$lib/images/git.svg';
import logo from '$lib/images/svelte-logo.svg';
</script>
@ -33,8 +33,8 @@
</nav>
<div class="corner">
<a href="https://github.com/sveltejs/kit">
<img src={github} alt="GitHub" />
<a href="https://git.zephlevy.com">
<img src={git} alt="My Forgejo Instance" />
</a>
</div>
</header>