Fix root auth prompt trigger and normalize maintenance route checks
CI / quality (push) Waiting to run
CI / quality (push) Waiting to run
This commit is contained in:
@@ -23,6 +23,7 @@ export function Footer() {
|
||||
<Link
|
||||
key={item.key}
|
||||
href={`/${locale}${item.path}`}
|
||||
prefetch={item.key === "root" ? false : undefined}
|
||||
className="text-zinc-600 transition hover:text-zinc-900 dark:text-zinc-300 dark:hover:text-zinc-100"
|
||||
>
|
||||
{tNav(item.key)}
|
||||
|
||||
Reference in New Issue
Block a user