Skip to content

Commit

Permalink
chore: remove houses from mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Sep 18, 2024
1 parent 5b76be9 commit 4ddc747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/Nav/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const Nav = () => {
{ label: "Resources", url: "/resources" },
{ label: "About", url: "/about" },
{ label: "Contact", url: "/contact" },
{ label: "Houses", url: "/houses" },
].map(({ label, url }) => (
<Link
key={url}
Expand Down

0 comments on commit 4ddc747

Please sign in to comment.