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.
1 parent b4299b4 commit fb80772Copy full SHA for fb80772
src/App.jsx
@@ -9,6 +9,7 @@ import CursorVariantProvider from "@/context/CursorVariantProvider";
9
const navLinks = [
10
{ name: "About Us", path: "/about-us" },
11
{ name: "Our Team", path: "/teams" },
12
+ { name: "Events", path: "/events" },
13
{ name: "Gallery", path: "/gallery" },
14
{ name: "Contact", path: "/contact" },
15
{ name: "Community", path: "/community" },
src/assets/styles/index.css
@@ -11,7 +11,6 @@
padding: 0;
box-sizing: border-box;
font-family: "poppins", "sans-serif";
- /* cursor: none; */
}
16
17
body,
0 commit comments