added wallet to mobile nav menu
This commit is contained in:
parent
1170b0bdc6
commit
d3ad73a2dd
@ -31,6 +31,7 @@ const arrayMenu: MenuItem[] = [
|
|||||||
{ name: "Корзина", url: "/cart" },
|
{ name: "Корзина", url: "/cart" },
|
||||||
{ name: "Поддержка", url: "/support" },
|
{ name: "Поддержка", url: "/support" },
|
||||||
{ name: "История", url: "/history" },
|
{ name: "История", url: "/history" },
|
||||||
|
{name: "Мой кошелёк", url: "/wallet"},
|
||||||
];
|
];
|
||||||
|
|
||||||
interface DialogMenuProps {
|
interface DialogMenuProps {
|
||||||
|
Loading…
Reference in New Issue
Block a user