Load mdx files, make navbar good

This commit is contained in:
2025-07-15 00:54:33 +01:00
parent 813603282e
commit eb0907fdfd
13 changed files with 104 additions and 98 deletions

View File

@@ -25,9 +25,7 @@ export default async function LogIn(): Promise<React.JSX.Element | undefined> {
>
<UserIcon
className={`h-8 w-auto transition-colors ${
session?.user
? "stroke-warning"
: ""
session?.user ? "stroke-warning" : ""
}`}
/>
<span className="sr-only">{session?.user ? "Log out" : "Log in"}</span>