Commit e10d5c7d by Arjun Jhukal

updated the icon

parent e9dbcff3
......@@ -9,8 +9,9 @@ import {
ListItemText,
} from "@mui/material";
import {
ArrowSwapHorizontal,
ArrangeHorizontalCircle,
Game,
HambergerMenu,
Notification,
Paperclip2,
Setting2,
......@@ -32,7 +33,7 @@ export default function AdminMenu({ open }: { open: boolean }) {
},
{
label: "Transactions",
icon: <ArrowSwapHorizontal size={18} />,
icon: <ArrangeHorizontalCircle size={18} />,
href: PATH.ADMIN.TRANSACTIONS.ROOT,
active: pathname.startsWith(PATH.ADMIN.TRANSACTIONS.ROOT),
},
......@@ -58,7 +59,7 @@ export default function AdminMenu({ open }: { open: boolean }) {
},
{
label: "Menus",
icon: <Paperclip2 size={18} />,
icon: <HambergerMenu size={18} />,
href: PATH.ADMIN.MENUS.ROOT,
active: pathname.startsWith(PATH.ADMIN.MENUS.ROOT),
},
......
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