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.
1 parent 2918a76 commit 2c1e8a3Copy full SHA for 2c1e8a3
apps/landing/src/components/Header/MobMenu.tsx
@@ -59,6 +59,7 @@ export function MobMenu() {
59
textDecoration: 'none',
60
})}
61
href="/storybook/index.html"
62
+ prefetch={false}
63
>
64
<Flex alignItems="center" gap="4px" py="10px">
65
<Text color="$title" textAlign="right" typography="buttonM">
apps/landing/src/components/Header/index.tsx
@@ -126,6 +126,7 @@ export function Header() {
126
alignItems: 'center',
127
128
129
130
role="group"
131
132
<Menu keyword="storybook">Storybook</Menu>
0 commit comments