diff --git a/src/App.jsx b/src/App.jsx index 1056a2c..ffb3f01 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -40,7 +40,7 @@ const App = () => { } /> } /> } /> - } /> + {/* } /> */} } /> } /> } /> diff --git a/src/components/Navbar/Navbar.js b/src/components/Navbar/Navbar.js index c4018dd..f8bb252 100644 --- a/src/components/Navbar/Navbar.js +++ b/src/components/Navbar/Navbar.js @@ -117,7 +117,7 @@ const Navbar = () => { items: [ { title: "score", path: "/" }, { title: "compare", path: "/compare" }, - { title: "leaderboard", path: "/leaderboard" }, + // { title: "leaderboard", path: "/leaderboard" }, { title: "alt text rating", path: "/alt-text" }, { title: "shortcut", path: "/shortcut" } ]