Commit e10d5c7d by Arjun Jhukal

updated the icon

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