diff --git a/components/Page.tsx b/components/Page.tsx index c41d713..2db69fc 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -1,32 +1,25 @@ import { JSX } from "preact"; -const NAV_ITEMS = { - "/note": "Notes", - "/register": "Register", - "/login": "Login", -}; - -const navItem = ([url, text]: [string, string]) => { - return ( - {text} - ); -}; +const NAV_ITEM_CLASSES = + "flex justify-center items-center px-4 py-2 text-blue-500 hover:bg-purple-700"; export function Page(props: JSX.HTMLAttributes) { return ( -
-
-

- LyricScreen -

-