fixed popover css in useCases

This commit is contained in:
rockyeverlast
2024-05-14 20:21:45 +05:30
parent fddadcf703
commit c3675f3db4

View File

@@ -498,7 +498,7 @@ const NavBar = () => {
borderRadius={"10px"}
border={"none"}
padding={"1rem"}
width={"fit-content"}
width={"60%"}
margin={"0 auto"}
_focus={{
boxShadow: "none",
@@ -531,7 +531,7 @@ const NavBar = () => {
</PopoverBody> */}
<PopoverBody
width={"55%"}
width={"100%"}
display={"flex"}
flexWrap={"wrap"}
justifyContent={"space-between"}
@@ -710,7 +710,9 @@ const NavBar = () => {
<span
style={
location.pathname === "/community" ||
location.pathname === "/Articles"
location.pathname === "/news" ||
location.pathname === "/events" ||
location.pathname === "/resources-page"
? active
: linkStyle
}