footer copyright
All checks were successful
Koori-ERP-Deploy-System / deploy-demo (push) Has been skipped
Koori-ERP-Deploy-System / deploy-production (push) Successful in 1m2s

This commit is contained in:
2026-01-08 10:08:52 +08:00
parent 807790a7fc
commit eca2f38395

View File

@@ -360,7 +360,7 @@ export default function AuthenticatedLayout({
{/* Main Content */}
<main className={cn(
"flex-1 transition-all duration-300 min-h-screen overflow-auto",
"flex-1 flex flex-col transition-all duration-300 min-h-screen overflow-auto",
"lg:ml-64",
isCollapsed && "lg:ml-20",
"pt-16" // Always allow space for header
@@ -373,6 +373,9 @@ export default function AuthenticatedLayout({
</div>
{children}
</div>
<footer className="mt-auto py-6 text-center text-sm text-slate-400">
Copyright &copy; {new Date().getFullYear()} . All rights reserved. Design by
</footer>
<Toaster richColors closeButton position="top-center" />
</main>
</div >