We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b65ef8 + 0714968 commit 124a42eCopy full SHA for 124a42e
src/components/Footer.tsx
@@ -311,6 +311,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
311
hideArrow
312
color="secondary"
313
aria-label={link.ariaLabel}
314
+ ms={4}
315
>
316
<Icon
317
as={link.icon}
@@ -320,7 +321,6 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
320
321
"color 0.2s ease-in-out, transform 0.2s ease-in-out",
322
}}
323
fontSize="4xl"
- ms={4}
324
/>
325
</BaseLink>
326
)
0 commit comments