From 538d933baef56d7ee76f78617b553d63713efa24 Mon Sep 17 00:00:00 2001 From: Biswa Kalyan Bhuyan Date: Sun, 27 Apr 2025 23:02:42 +0530 Subject: finance: feat: added the goal page with some improvements of ui --- frontend/src/app/(main)/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/app/(main)/layout.tsx') diff --git a/frontend/src/app/(main)/layout.tsx b/frontend/src/app/(main)/layout.tsx index 11e557b..28197e3 100644 --- a/frontend/src/app/(main)/layout.tsx +++ b/frontend/src/app/(main)/layout.tsx @@ -200,7 +200,7 @@ export default function MainLayout({ `} title="Dashboard" > - + Dashboard @@ -217,7 +217,7 @@ export default function MainLayout({ `} title="Loans" > - + Loans @@ -234,7 +234,7 @@ export default function MainLayout({ `} title="Goals" > - + Goals @@ -251,7 +251,7 @@ export default function MainLayout({ `} title="Settings" > - + Settings -- cgit v1.2.3-59-g8ed1b