Skip to content

Commit 1243b20

Browse files
committed
fix: config url
1 parent e92ee1c commit 1243b20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/auth/login-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function LoginForm({
7171
<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">
7272
<div className="absolute end-4 top-4 z-10">
7373
<Link
74-
href={buildRoute("/config")}
74+
href="/config"
7575
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"
7676
title={t("Server Configuration")}
7777
>

0 commit comments

Comments
 (0)