move assets around

move assets around
This commit is contained in:
Alan Daniels 2025-11-02 13:35:02 +11:00
parent 50117ff78d
commit 8f8f6fcd8d
7 changed files with 11 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import { Link } from "@inertiajs/vue3";
<header class="p-3 bg-rose-800 dark:bg-rose-950">
<div class="max-w-5xl flex gap-2 mx-auto">
<Link href="/" class="text-white font-extrabold">
<img src="../../favicon.svg" class="h-8 inline" />
<img src="@/favicon.svg" class="h-8 inline" />
<span class="px-1 relative top-0.5">OwnMedia</span>
</Link>
</div>