Skip to content

Commit fb80772

Browse files
fix: add events page in navbar
1 parent b4299b4 commit fb80772

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import CursorVariantProvider from "@/context/CursorVariantProvider";
99
const navLinks = [
1010
{ name: "About Us", path: "/about-us" },
1111
{ name: "Our Team", path: "/teams" },
12+
{ name: "Events", path: "/events" },
1213
{ name: "Gallery", path: "/gallery" },
1314
{ name: "Contact", path: "/contact" },
1415
{ name: "Community", path: "/community" },

src/assets/styles/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
padding: 0;
1212
box-sizing: border-box;
1313
font-family: "poppins", "sans-serif";
14-
/* cursor: none; */
1514
}
1615

1716
body,

0 commit comments

Comments
 (0)