Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: pricing to main navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 13, 2023
1 parent e7a331e commit 94f0f64
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions components/navbar/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ export default function Navbar() {
name: "Events",
url: "/events",
},
{
name: "Map",
url: "/map",
},
{
name: "Repos",
url: "/repos",
Expand All @@ -96,10 +92,10 @@ export default function Navbar() {
name: "Discover",
url: "/discover",
},
// {
// name: "Pricing",
// url: "/pricing",
// },
{
name: "Pricing",
url: "/pricing",
},
];

const authControls = () => (
Expand Down

0 comments on commit 94f0f64

Please sign in to comment.