diff --git a/web/src/layout/Header/navbar/Explore.tsx b/web/src/layout/Header/navbar/Explore.tsx index 812862c45..53ab7d69c 100644 --- a/web/src/layout/Header/navbar/Explore.tsx +++ b/web/src/layout/Header/navbar/Explore.tsx @@ -49,7 +49,7 @@ const StyledLink = styled(Link)<{ isActive: boolean }>` `; const HiddenLink = styled(StyledLink)<{ isActive: boolean }>` - color: ${({ isActive, theme }) => (isActive ? theme.primaryText : theme.primaryPurple)}; + color: ${({ isActive, theme }) => (isActive ? theme.primaryText : "transparent")}; `; const links = [