diff --git a/src/app/[name]/(Main)/page.tsx b/src/app/[name]/(Main)/page.tsx index 680f4c4..751c8ac 100644 --- a/src/app/[name]/(Main)/page.tsx +++ b/src/app/[name]/(Main)/page.tsx @@ -268,7 +268,7 @@ const MenuIndex = () => { animate={{ y: smallCategoriesVisible ? 0 : -50, opacity: smallCategoriesVisible ? 1 : 0 }} transition={{ duration: .1 }} className={clsx( - 'fixed left-0 z-10 top-0 px-4 pt-16 bg-[#F4F5F9CC] backdrop-blur-[44px] right-0 md:pr-48 xl:pr-72 xl:pt-20', + 'fixed left-0 z-10 top-0 px-4 pt-16 bg-[#F4F5F9CC] backdrop-blur-[44px] right-0 xl:pr-72 xl:pt-20', `` )}> diff --git a/src/components/menu/SideMenu.tsx b/src/components/menu/SideMenu.tsx index 1e51811..ce75c49 100644 --- a/src/components/menu/SideMenu.tsx +++ b/src/components/menu/SideMenu.tsx @@ -28,7 +28,7 @@ const menuItems: Array> = [ { href: 'services', title: 'Discounts', icon: TicketDiscount }, { href: 'order/history', title: 'Orders', icon: CalendarSearch }, { href: 'transactions', title: 'Transactions', icon: Receipt1 }, - { href: '/', title: 'Games', icon: Game }, + { href: 'game', title: 'Games', icon: Game }, { href: '?share', title: 'ShareWithFriends', icon: Like1 }, { href: 'report', title: 'ReportProblem', icon: NoteBoardIcon }, { href: 'invoices', title: 'InstallApp', icon: DirectboxReceive } @@ -108,7 +108,7 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS return (
-
+
منو
@@ -193,7 +193,7 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS <>
diff --git a/src/components/menu/SideMenuItem.tsx b/src/components/menu/SideMenuItem.tsx index ae8b4df..fbc2427 100644 --- a/src/components/menu/SideMenuItem.tsx +++ b/src/components/menu/SideMenuItem.tsx @@ -12,7 +12,7 @@ export default function SideMenuItem({ href, title, icon, className, children, . {...restProps} href={href} className={` - inline-flex gap-3 ps-9 md:ps-6 xl:ps-12 h-full w-full items-center overflow-hidden text-nowrap + inline-flex gap-3 ps-9 md:ps-6 xl:ps-9 h-full w-full items-center overflow-hidden text-nowrap text-xs font-light text-disabled-text border-transparent data-[active]:border-s-6 data-[active]:border-black data-[active]:text-black ${className} diff --git a/src/components/topbar/TopBar.tsx b/src/components/topbar/TopBar.tsx index 475a14b..4af63f0 100644 --- a/src/components/topbar/TopBar.tsx +++ b/src/components/topbar/TopBar.tsx @@ -26,7 +26,7 @@ function TopBar({ profileDropState, toggleProfileDropState, menuState, toggleMen
- {/*
diff --git a/src/components/wrapper/ClientMenuRouteWrapper.tsx.tsx b/src/components/wrapper/ClientMenuRouteWrapper.tsx.tsx index 35e5c09..bc55001 100644 --- a/src/components/wrapper/ClientMenuRouteWrapper.tsx.tsx +++ b/src/components/wrapper/ClientMenuRouteWrapper.tsx.tsx @@ -38,7 +38,7 @@ function ClientMenuRouteWrapper({ children }: Props) { return (
-
+
{children}