From 1c532c76f5e3c6c0dcfa38d005b4eff245e9dbc5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 11 Aug 2024 15:59:56 +0900 Subject: feat(frontend): improve dashboard styling --- frontend/app/components/NavigateLink.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 frontend/app/components/NavigateLink.tsx (limited to 'frontend/app/components/NavigateLink.tsx') diff --git a/frontend/app/components/NavigateLink.tsx b/frontend/app/components/NavigateLink.tsx new file mode 100644 index 0000000..a94d774 --- /dev/null +++ b/frontend/app/components/NavigateLink.tsx @@ -0,0 +1,10 @@ +import { Link, LinkProps } from "@remix-run/react"; + +export default function NavigateLink(props: LinkProps) { + return ( + + ); +} -- cgit v1.2.3-70-g09d2