footer copyright
This commit is contained in:
@@ -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 © {new Date().getFullYear()} 小小冰室. All rights reserved. Design by 星科技
|
||||
</footer>
|
||||
<Toaster richColors closeButton position="top-center" />
|
||||
</main>
|
||||
</div >
|
||||
|
||||
Reference in New Issue
Block a user