diff --git a/client/src/components/main/header/Navbar.tsx b/client/src/components/main/header/Navbar.tsx index e466f45..e9c6225 100644 --- a/client/src/components/main/header/Navbar.tsx +++ b/client/src/components/main/header/Navbar.tsx @@ -8,7 +8,7 @@ import { useAuth } from "@/context/AuthProvider"; import { DropDownNav } from "./DropDown"; const onHoverStyle = - "rounded border-b-4 border-transparent px-2 hover:border-[#5C764B] hover:opacity-80"; + "border-b-4 border-transparent px-2 hover:border-[#5C764B] hover:opacity-80"; const outlineStyle = "rounded-lg border-2 border-white p-1 px-4 hover:opacity-70";