Skip to content

Commit 03588a3

Browse files
committed
feat: 로그인 상태 유지 및 홈 접근 리다이렉트 처리
1 parent f9d2810 commit 03588a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function Layout() {
9292
>
9393
<div className="relative mx-auto flex w-[min(1400px,100%)] items-center justify-between gap-4">
9494
<Link
95-
to="/"
95+
to="/workspace"
9696
className="codedock-brand-link flex items-center gap-3 no-underline transition-all duration-300"
9797
style={{
9898
color: "var(--white)",

0 commit comments

Comments
 (0)