Skip to content

Commit 7294a51

Browse files
fix: removed unused css
1 parent 04e9802 commit 7294a51

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const navLinks = [
88
{ name: "Our Team", path: "/teams" },
99
{ name: "Gallery", path: "/gallery" },
1010
{ name: "Contact", path: "/contact" },
11-
{ name: "Projects", path: "/projects" },
11+
{ name: "Community", path: "/community" },
1212
];
1313

1414
function App() {

src/pages/PageNotFound/index.css

Whitespace-only changes.

0 commit comments

Comments
 (0)