From 9104c0e274d94fa26700cbcf70cf69851e87d1a6 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Tue, 19 Nov 2024 10:15:49 +0200 Subject: [PATCH] Add missing { to array of paths in navbar --- src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 90dfadd..f9b1f31 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -27,6 +27,7 @@ Path: "/income", Name: "Income", }, + { Path: "/transfer", Name: "Transfer", }