diff --git a/src/App.jsx b/src/App.jsx index 743300c..bb5dab3 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -17,7 +17,7 @@ const navLinks = [ { name: "Gallery", path: "/gallery" }, { name: "Events", path: "/events" }, { name: "Contact Us", path: "/contact" }, - { name: "Symbitech 2025", path: "/symbitech2025"} + { name: "Symbitech 2025", path: "/symbitech2025" }, ]; function App() { diff --git a/src/routes/index.jsx b/src/routes/index.jsx index d3372e8..6df7300 100644 --- a/src/routes/index.jsx +++ b/src/routes/index.jsx @@ -62,7 +62,7 @@ const routes = [ path: "/symbitech2025", requireAuth: false, render: , - } + }, ]; export default routes;