From ac89fe706c023c5dd31b7943f94c23923ad4e042 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 08:26:07 +0000 Subject: [PATCH] Update src/app/account/page.tsx --- src/app/account/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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