feat: margin top

This commit is contained in:
karishmas6
2024-03-07 03:37:16 +05:30
parent 47dac31285
commit 0972241bff

View File

@@ -9,7 +9,7 @@ const Sidebar = () => {
className="h-screen bg-white text-gray-800 fixed top-16 left-0 flex flex-col justify-between shadow-xl" className="h-screen bg-white text-gray-800 fixed top-16 left-0 flex flex-col justify-between shadow-xl"
width={250} width={250}
> >
<div className="flex flex-col justify-between h-full"> <div className="flex flex-col justify-between h-full mt-16">
<Menu mode="vertical"> <Menu mode="vertical">
<Menu.Item key="1"> <Menu.Item key="1">
<Link to="/bots">Bots</Link> <Link to="/bots">Bots</Link>
@@ -24,7 +24,7 @@ const Sidebar = () => {
<Link to="/workflow">Workflow</Link> <Link to="/workflow">Workflow</Link>
</Menu.Item> </Menu.Item>
</Menu> </Menu>
<div className="flex items-center py-4 px-6"> <div className="flex items-center py-4 px-6 justify-end">
<img src="your_logo.png" alt="Maxun logo" className="h-8 w-auto mr-4" /> <img src="your_logo.png" alt="Maxun logo" className="h-8 w-auto mr-4" />
<span className="text-xl font-bold">Maxun</span> <span className="text-xl font-bold">Maxun</span>
</div> </div>