Add home page to nav bar in +layout.svelte
This commit is contained in:
parent
086654a1ec
commit
3bc4758ce3
|
@ -7,6 +7,10 @@
|
|||
import UserIcon from '$lib/icons/UserIcon.svelte';
|
||||
|
||||
const paths = [
|
||||
{
|
||||
Path: "/",
|
||||
Name: "Home",
|
||||
},
|
||||
{
|
||||
Path: "/card",
|
||||
Name: "Cards",
|
||||
|
|
Loading…
Reference in New Issue
Block a user