Skip to content

Commit

Permalink
fix: remove margin from the Icon component and add it to the BaseLink…
Browse files Browse the repository at this point in the history
… component [Fixes ethereum#12213]
  • Loading branch information
AjayiMike committed Feb 17, 2024
1 parent c881349 commit 0714968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
hideArrow
color="secondary"
aria-label={link.ariaLabel}
ms={4}
>
<Icon
as={link.icon}
Expand All @@ -320,7 +321,6 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
"color 0.2s ease-in-out, transform 0.2s ease-in-out",
}}
fontSize="4xl"
ms={4}
/>
</BaseLink>
)
Expand Down

0 comments on commit 0714968

Please sign in to comment.