From 0187f770c77d2d9591a07f9ee687729e4f018731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 21 Feb 2025 15:29:06 -0300 Subject: [PATCH] change shadopw --- dashboard_js/app/layouts/auth.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard_js/app/layouts/auth.tsx b/dashboard_js/app/layouts/auth.tsx index ba91e1c..cfac1c4 100644 --- a/dashboard_js/app/layouts/auth.tsx +++ b/dashboard_js/app/layouts/auth.tsx @@ -1,4 +1,4 @@ -import { Outlet } from 'react-router' +import { Outlet, Link } from 'react-router' import { Regular as Logo } from '~/components/logo' import Pulse from './_pulse' import WomanImg from './woman.png' @@ -53,7 +53,7 @@ export default function Auth() { export function Card({ children }: { children: React.ReactNode }) { return ( -
+
{children}