We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02ec24f + e45bb84 commit ed604f8Copy full SHA for ed604f8
src/App.jsx
@@ -17,7 +17,7 @@ const navLinks = [
17
{ name: "Gallery", path: "/gallery" },
18
{ name: "Events", path: "/events" },
19
{ name: "Contact Us", path: "/contact" },
20
- { name: "Symbitech 2025", path: "/symbitech2025"}
+ { name: "Symbitech 2025", path: "/symbitech2025" },
21
];
22
23
function App() {
src/routes/index.jsx
@@ -62,7 +62,7 @@ const routes = [
62
path: "/symbitech2025",
63
requireAuth: false,
64
render: <Bug2Bot />,
65
- }
+ },
66
67
68
export default routes;
0 commit comments