mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
add: more commits
Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
@@ -84,14 +84,14 @@ const AdminLayout = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="main-body" className="bg-slate-100 flex-1 flex flex-col" style={{ paddingTop: 'var(--navbar-h)' }}>
|
||||
<div id="main-body" className="bg-background flex-1 flex flex-col" style={{ paddingTop: 'var(--navbar-h)' }}>
|
||||
<Outlet />
|
||||
<Toaster position="bottom-right" richColors />
|
||||
</div>
|
||||
</AdminProvider>
|
||||
|
||||
{/* Footer sits outside AdminProvider intentionally */}
|
||||
<footer className="w-full py-4 px-5 text-right text-sm text-muted-foreground">
|
||||
<footer className="w-full py-4 px-5 text-right text-sm text-muted-foreground bg-background">
|
||||
© Philproperties, 2026
|
||||
</footer>
|
||||
</TooltipProvider>
|
||||
|
||||
Reference in New Issue
Block a user