Skip to content

Commit

Permalink
fix: alignement of icon and text in the navbar (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxR522 authored Oct 9, 2023
1 parent ff6ec02 commit 1373320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Navbar/NavbarElements.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AiFillCaretDown } from "react-icons/ai";
import { TbCrown } from "react-icons/tb";

export const DropdownIcon = styled(AiFillCaretDown)`
margin: 5px 0 0 5px;
margin: 0px 0 0 5px;
`;

export const Nav = styled.nav`
Expand Down

0 comments on commit 1373320

Please sign in to comment.