diff --git a/app/components/MyLayout.tsx b/app/components/MyLayout.tsx index 22cfcc1..bd7a463 100644 --- a/app/components/MyLayout.tsx +++ b/app/components/MyLayout.tsx @@ -41,7 +41,8 @@ const MyLayout = React.memo(({ children }: { children: React.ReactNode }) => { p.startsWith("/collection/") || p === "/cart" || p.startsWith("/cart/") || - p === "/profile"; + p === "/sellers" || + p.startsWith("/profile"); // Auth pages get a full-width desktop canvas (so they can center their own // card) but no shopping header/footer. const isAuth = p === "/login" || p === "/logout"; diff --git a/app/components/ProfilePagesHeader.tsx b/app/components/ProfilePagesHeader.tsx index da72667..a09c11f 100644 --- a/app/components/ProfilePagesHeader.tsx +++ b/app/components/ProfilePagesHeader.tsx @@ -20,7 +20,7 @@ const ProfilePagesHeader = memo(function ProfilePagesHeader({ }, [navigate]); return ( -
یک گزینه را از منوی کناری انتخاب کنید
+