diff --git a/app/components/MyLayout.tsx b/app/components/MyLayout.tsx index d7354af..641a314 100644 --- a/app/components/MyLayout.tsx +++ b/app/components/MyLayout.tsx @@ -44,6 +44,7 @@ const MyLayout = React.memo(({ children }: { children: React.ReactNode }) => { p === "/cart" || p.startsWith("/cart/") || p === "/sellers" || + p === "/discounts" || p.startsWith("/profile"); // Auth pages get a full-width desktop canvas (so they can center their own // card) but no shopping header/footer.