Skip to content

Commit

Permalink
fix unintended a tag underline
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Feb 20, 2024
1 parent 823f91b commit fcf1db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Container = styled.a<{ color: string; $disabled?: boolean }>`
&:hover {
--translate: -6px;
text-decoration: none;
}
&:active {
Expand Down
1 change: 1 addition & 0 deletions src/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const NavLink = styled.a`
&:hover {
color: var(--gold);
text-decoration: none;
}
`;

Expand Down

0 comments on commit fcf1db0

Please sign in to comment.