footer copyright
This commit is contained in:
@@ -360,7 +360,7 @@ export default function AuthenticatedLayout({
|
|||||||
|
|
||||||
{/* Main Content */}
|
{/* Main Content */}
|
||||||
<main className={cn(
|
<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",
|
"lg:ml-64",
|
||||||
isCollapsed && "lg:ml-20",
|
isCollapsed && "lg:ml-20",
|
||||||
"pt-16" // Always allow space for header
|
"pt-16" // Always allow space for header
|
||||||
@@ -373,6 +373,9 @@ export default function AuthenticatedLayout({
|
|||||||
</div>
|
</div>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</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" />
|
<Toaster richColors closeButton position="top-center" />
|
||||||
</main>
|
</main>
|
||||||
</div >
|
</div >
|
||||||
|
|||||||
Reference in New Issue
Block a user