session correction sidebar items 8
This commit is contained in:
parent
68e7c1092a
commit
9462e8e499
@ -1626,7 +1626,7 @@ export default function CourrierPage() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Main layout */}
|
{/* Main layout */}
|
||||||
<div className="container mx-auto py-10">
|
<div className="h-screen">
|
||||||
<div className="flex h-full bg-background text-gray-900 overflow-hidden">
|
<div className="flex h-full bg-background text-gray-900 overflow-hidden">
|
||||||
{/* Sidebar */}
|
{/* Sidebar */}
|
||||||
<div className={`${sidebarOpen ? 'w-60' : 'w-16'} bg-white/95 backdrop-blur-sm border-r border-gray-100 flex flex-col transition-all duration-300 ease-in-out
|
<div className={`${sidebarOpen ? 'w-60' : 'w-16'} bg-white/95 backdrop-blur-sm border-r border-gray-100 flex flex-col transition-all duration-300 ease-in-out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user