Skip to content

Commit 0714968

Browse files
committed
fix: remove margin from the Icon component and add it to the BaseLink component [Fixes ethereum#12213]
1 parent c881349 commit 0714968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
311311
hideArrow
312312
color="secondary"
313313
aria-label={link.ariaLabel}
314+
ms={4}
314315
>
315316
<Icon
316317
as={link.icon}
@@ -320,7 +321,6 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
320321
"color 0.2s ease-in-out, transform 0.2s ease-in-out",
321322
}}
322323
fontSize="4xl"
323-
ms={4}
324324
/>
325325
</BaseLink>
326326
)

0 commit comments

Comments
 (0)