Skip to content

Commit

Permalink
fix: page header links focus styles (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Sep 20, 2023
1 parent b8d7920 commit 33c900c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const IconAnchor: React.FC<React.PropsWithChildren<{href: string; icon: React.Re
icon,
children,
}) => (
<Anchor href={href}>
<Anchor href={href} display="flex">
<Box as="span" display="flex" alignItems="center" columnGap="space20">
<Box as="span" display="inline-block">
{icon}
Expand Down

0 comments on commit 33c900c

Please sign in to comment.