From 3e4c58d953bc72733622c887d681bd547c5d7555 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sat, 15 Mar 2025 00:11:51 +0800 Subject: [PATCH] refactor(AuthLayout): replace with for better navigation --- src/app/(auth)/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/(auth)/layout.tsx b/src/app/(auth)/layout.tsx index 8dae4d8..9ce6ca7 100644 --- a/src/app/(auth)/layout.tsx +++ b/src/app/(auth)/layout.tsx @@ -1,3 +1,4 @@ +import Link from "next/link"; import Image from "next/image"; import { auth } from "@/lib/auth"; import { Code } from "lucide-react"; @@ -17,12 +18,12 @@ export default async function AuthLayout({
- +
Judge4c -
+
{children}