From ac25d3fa73f49ed81f48003a2e313b4acb9f1378 Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Tue, 5 Nov 2024 12:51:15 +0530 Subject: [PATCH] web: Update about page --- apps/web/src/app/(main)/about/page.tsx | 2 +- apps/web/src/components/shared/navbar/index.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(main)/about/page.tsx b/apps/web/src/app/(main)/about/page.tsx index 8e547d71..b7b0a28f 100644 --- a/apps/web/src/app/(main)/about/page.tsx +++ b/apps/web/src/app/(main)/about/page.tsx @@ -5,7 +5,7 @@ function About(): React.JSX.Element { return (
- +
diff --git a/apps/web/src/components/shared/navbar/index.tsx b/apps/web/src/components/shared/navbar/index.tsx index 2dcd6453..3c764c81 100644 --- a/apps/web/src/components/shared/navbar/index.tsx +++ b/apps/web/src/components/shared/navbar/index.tsx @@ -25,6 +25,9 @@ function Navbar(): React.JSX.Element { Docs +
  • + About +
  • Pricing