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