Skip to content

Commit

Permalink
web: Update about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Nov 5, 2024
1 parent b43d59f commit ac25d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(main)/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function About(): React.JSX.Element {
return (
<div className="relative flex flex-col items-center justify-center ">
<ColorBGSVG className="absolute -z-10 -translate-y-[6vw]" />
<TracingBeam className="mt-[10vw] px-6 ">
<TracingBeam className="mt-[10vw] px-6">
<div className="flex flex-col gap-6">
<article className="flex flex-col gap-y-10 px-2 md:w-[60vw]">
<div className="flex flex-col gap-5">
Expand Down
3 changes: 3 additions & 0 deletions apps/web/src/components/shared/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function Navbar(): React.JSX.Element {
Docs
</a>
</li>
<li>
<Link href="/about">About</Link>
</li>
<li>
<Link href="/pricing">Pricing</Link>
</li>
Expand Down

0 comments on commit ac25d3f

Please sign in to comment.