Skip to content

Commit 2c1e8a3

Browse files
committed
Fix storybook link prefetch
1 parent 2918a76 commit 2c1e8a3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export function MobMenu() {
5959
textDecoration: 'none',
6060
})}
6161
href="/storybook/index.html"
62+
prefetch={false}
6263
>
6364
<Flex alignItems="center" gap="4px" py="10px">
6465
<Text color="$title" textAlign="right" typography="buttonM">

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export function Header() {
126126
alignItems: 'center',
127127
})}
128128
href="/storybook/index.html"
129+
prefetch={false}
129130
role="group"
130131
>
131132
<Menu keyword="storybook">Storybook</Menu>

0 commit comments

Comments
 (0)