diff --git a/frontend/index.html b/frontend/index.html index 6b6278da..dd8cfd03 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -34,9 +34,11 @@ } }(window.location)) +
+ \ No newline at end of file diff --git a/frontend/src/components/Navbar.jsx b/frontend/src/components/Navbar.jsx index 74ac36ed..4378d5a7 100644 --- a/frontend/src/components/Navbar.jsx +++ b/frontend/src/components/Navbar.jsx @@ -205,6 +205,7 @@ function Navbar() { )} ))} +
{publicItems.map((item) => ( ))} +
+
+
+