Skip to content

Commit

Permalink
remove policy and faq from navbar (#579)
Browse files Browse the repository at this point in the history
Co-authored-by: bcho892 <[email protected]>
  • Loading branch information
zlkaede11 and choden-dev authored Jul 14, 2024
1 parent bfbdd93 commit 5f8b83e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/src/components/composite/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ const Logo = () => {
const AboutMenuItemsFull = () => {
return (
<>
<Link href="/faq">FAQ</Link>
<Link href="/policy">Policy</Link>
<Link href="/contact">Contact</Link>
</>
)
Expand All @@ -38,8 +36,6 @@ const AboutMenuItemsMobile = () => {
return (
<div className="flex w-full flex-col gap-2 md:hidden">
<WrappedTab to="/about">About</WrappedTab>
<WrappedTab to="/faq">FAQ</WrappedTab>
<WrappedTab to="/policy">Policy</WrappedTab>
<WrappedTab to="/contact">Contact</WrappedTab>
</div>
)
Expand Down

0 comments on commit 5f8b83e

Please sign in to comment.