chore(FE-40): remove unnecessary gap

This commit is contained in:
ValdiANS
2025-10-01 15:32:35 +07:00
parent 0afde48135
commit 4ff196cb9d
+1 -1
View File
@@ -223,7 +223,7 @@ const MainDrawer = ({
openOnLarge
sidebarContent={<MainDrawerContent />}
>
<main className='w-full h-full flex flex-col gap-4'>
<main className='w-full h-full flex flex-col'>
<Navbar title={pageTitle as string} toggleSidebar={toggleSidebar} />
{children}