From bb802ae712a93d408c0dc61789eca3c401bd9c66 Mon Sep 17 00:00:00 2001 From: damedotblog Date: Tue, 18 Mar 2025 00:35:19 -0400 Subject: [PATCH] temp --- src/App.jsx | 2 +- src/components/Navbar/Navbar.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } ] -- 2.51.2