Add home page to nav bar in +layout.svelte

This commit is contained in:
qowevisa 2024-11-30 19:10:28 +02:00
parent 086654a1ec
commit 3bc4758ce3

View File

@ -7,6 +7,10 @@
import UserIcon from '$lib/icons/UserIcon.svelte';
const paths = [
{
Path: "/",
Name: "Home",
},
{
Path: "/card",
Name: "Cards",