Skip to content

Commit

Permalink
animate banner arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Nov 10, 2023
1 parent 1c68d53 commit a5d882b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const BannerLinkSvg = styled.svg`
width: 20px;
height: 20px;
fill: none;
transition: all;
transition: transform 0.2s ease;
&:hover {
transform: rotate(45deg);
Expand Down
2 changes: 1 addition & 1 deletion build/potlock/src/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const BannerLinkSvg = styled.svg`
width: 20px;
height: 20px;
fill: none;
transition: all;
transition: transform 0.2s ease;
&:hover {
transform: rotate(45deg);
Expand Down

0 comments on commit a5d882b

Please sign in to comment.