Commit c877b0ab by Arjun Jhukal

updated the menu clip

parent 6f12896a
......@@ -90,12 +90,12 @@ export default function PrimaryMenu({ open }: { open: boolean }) {
zIndex: 2,
padding: 0,
}}>
<Link href={menu.slug ? `/general/${menu.slug}` : "#"} className={`flex gap-2 items-center px-4 py-2 rounded-md transition-all ${[
<Link href={menu.slug ? `/general/${menu.slug}` : "#"} className={`flex gap-2 items-start px-4 py-2 rounded-md transition-all ${[
open ? "expanded" : "collapsed",
isActive ? "active__menu " : ""
].join(" ")
}`}>
<ListItemIcon>
<ListItemIcon className="!mt-2">
<ReceiptEdit size={18} />
</ListItemIcon>
<ListItemText
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment