diff --git a/src/App.jsx b/src/App.jsx
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -40,7 +40,7 @@
} />
} />
} />
- {/* } /> */}
+ } />
} />
} />
} />
diff --git a/src/components/Navbar/Navbar.js b/src/components/Navbar/Navbar.js
--- a/src/components/Navbar/Navbar.js
+++ b/src/components/Navbar/Navbar.js
@@ -117,7 +117,7 @@
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" }
]