From 7b3ccafa606d42cc4176d20abcd847c8320d2a19 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sun, 16 Jun 2024 17:29:03 -0400 Subject: update login url --- src/components/Layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6952f1e..74dbc50 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -6,12 +6,12 @@ export type userData = { userData: { name: string } }; export default function Layout ({userData}: userData) { return ( - <> +