We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92ee1c commit 1243b20Copy full SHA for 1243b20
1 file changed
components/auth/login-form.tsx
@@ -71,7 +71,7 @@ export function LoginForm({
71
<div className="relative flex w-full flex-col items-center justify-center bg-white dark:border-neutral-700 dark:bg-neutral-900 lg:w-1/2">
72
<div className="absolute end-4 top-4 z-10">
73
<Link
74
- href={buildRoute("/config")}
+ href="/config"
75
className="inline-flex h-8 w-8 items-center justify-center rounded-lg border border-gray-200 bg-white text-gray-600 shadow-sm transition-colors hover:bg-gray-50 hover:text-gray-800 dark:border-neutral-700 dark:bg-neutral-900 dark:text-neutral-400 dark:hover:bg-neutral-800 dark:hover:text-white"
76
title={t("Server Configuration")}
77
>
0 commit comments