From 8a56707b929ffd92a9d4beb94a2cec8fce7d9262 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jun 2024 18:06:10 -0400 Subject: use prod login url --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 74dbc50..fe961cf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -6,7 +6,7 @@ export type userData = { userData: { name: string } }; export default function Layout ({userData}: userData) { return ( -
+ <>