Skip to content

Commit ff0be5f

Browse files
committed
Add icon
1 parent 8a21052 commit ff0be5f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

apps/landing/src/components/Header/MobMenu.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,21 @@ export function MobMenu() {
6060
})}
6161
href="/storybook/index.html"
6262
>
63-
<Flex alignItems="center" py="10px">
63+
<Flex alignItems="center" gap="4px" py="10px">
6464
<Text color="$title" textAlign="right" typography="buttonM">
6565
Storybook
6666
</Text>
67+
<Box
68+
_groupActive={{
69+
bg: '$primary',
70+
}}
71+
bg="$text"
72+
boxSize="20px"
73+
maskImage="url(/outlink.svg)"
74+
maskPosition="center"
75+
maskRepeat="no-repeat"
76+
maskSize="contain"
77+
/>
6778
</Flex>
6879
</Link>
6980
<Box h="100px" />

0 commit comments

Comments
 (0)