Skip to content

Commit

Permalink
fix: External icon layout
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 8, 2021
1 parent 258c52d commit fa17db6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ export const OutgoingLink: React.FC<OutgoingLinkProps> = ({
{showExternalIcon && (
<Box
as={FiExternalLink}
mx="2px"
aria-label="(external link)"
display="inline-block"
mx="0.2em"
mt="-0.25em"
fontSize="0.8em"
aria-label="(external link)"
/>
)}
</ChakraLink>
Expand Down

0 comments on commit fa17db6

Please sign in to comment.