Skip to content

Commit

Permalink
fix logo hover issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Feb 26, 2024
1 parent 2710fd1 commit 57898f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/DesktopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const DesktopNav = ({ buttonData }: Props) => {
borderColor={`accent`}
_hover={{
_after: {
color: "white",
color: "light",
w: "100%",
left: "50px",
top: "0px",
Expand Down

0 comments on commit 57898f3

Please sign in to comment.