Use git icon instead of github
This commit is contained in:
parent
29e10b5d78
commit
3039a32e7a
3 changed files with 5 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue