Fix path to forgejo logo
All checks were successful
/ build (push) Successful in 24s

This commit is contained in:
Rolf Martin Glomsrud 2024-11-03 21:09:46 +01:00
parent 10a550aea2
commit 5a74fb5ef5

View file

@ -14,7 +14,7 @@ import { SITE_TITLE } from '../consts';
<div class="social-links">
<a href="https://code.polsevev.dev" target="_blank" >
<span class="sr-only">My Github?</span>
<img src="svg/Forgejo_logo.svg"/>
<img src="/svg/Forgejo_logo.svg"/>
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/github" ></svg>
</a>
</div>