Skip to content

Commit e45bb84

Browse files
fix: routing issue
1 parent cdd7132 commit e45bb84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const navLinks = [
1717
{ name: "Gallery", path: "/gallery" },
1818
{ name: "Events", path: "/events" },
1919
{ name: "Contact Us", path: "/contact" },
20-
{ name: "Symbitech 2025", path: "/symbitech2025"}
20+
{ name: "Symbitech 2025", path: "/symbitech2025" },
2121
];
2222

2323
function App() {

src/routes/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const routes = [
6262
path: "/symbitech2025",
6363
requireAuth: false,
6464
render: <Bug2Bot />,
65-
}
65+
},
6666
];
6767

6868
export default routes;

0 commit comments

Comments
 (0)