diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index e6a141a..bc930e1 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -10,7 +10,8 @@ export default function AccountPage() { { name: "Product Details", id: "/product-details" }, { name: "Auth", id: "/auth" }, { name: "Account", id: "/account" }, - { name: "Orders", id: "/orders" } + { name: "Orders", id: "/orders" }, + { name: "Terms of Service", id: "/terms-of-service" } ]; return ( @@ -33,4 +34,4 @@ export default function AccountPage() { ); -} +} \ No newline at end of file