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}