From 530d2cbbcbd1a4f1d2c5ff0d28349a6492771129 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Fri, 24 Apr 2026 00:08:21 +0700 Subject: [PATCH] feat: update authentication layout to use homepage route for logo link --- resources/js/layouts/auth/auth-split-layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/layouts/auth/auth-split-layout.tsx b/resources/js/layouts/auth/auth-split-layout.tsx index 791cccb..ad85756 100644 --- a/resources/js/layouts/auth/auth-split-layout.tsx +++ b/resources/js/layouts/auth/auth-split-layout.tsx @@ -1,4 +1,5 @@ import AppLogoIcon from '@/components/app-logo-icon'; +import { homepage } from '@/routes'; import type { AuthLayoutProps } from '@/types'; import { Link, usePage } from '@inertiajs/react'; @@ -20,7 +21,7 @@ export default function AuthSplitLayout({