diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index 5154f77..d664715 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -14,7 +14,7 @@ export default function AccountPage() { ]; return ( - +
diff --git a/src/app/auth/page.tsx b/src/app/auth/page.tsx index c53eb10..7cccd52 100644 --- a/src/app/auth/page.tsx +++ b/src/app/auth/page.tsx @@ -14,7 +14,7 @@ export default function AuthPage() { ]; return ( - +
diff --git a/src/app/orders/page.tsx b/src/app/orders/page.tsx index 1752c2c..8694b27 100644 --- a/src/app/orders/page.tsx +++ b/src/app/orders/page.tsx @@ -14,7 +14,7 @@ export default function OrdersPage() { ]; return ( - +
diff --git a/src/app/page.tsx b/src/app/page.tsx index aeaa786..262555d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,7 @@ export default function HomePage() { ]; return ( - +