diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 35fe9fe..575784e 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -260,8 +260,6 @@ function Navbar({ scrollToFooter }: NavbarProps) { display: "flex", justifyContent: "center", alignItems: "center", - backgroundColor: - hovered === "join" ? "rgba(255, 255, 255, 0.1)" : "transparent", cursor: "pointer", }} onMouseEnter={() => setHovered("join")}