Skip to content

Commit ec6cd89

Browse files
committed
Fix header button keyword
1 parent ff0be5f commit ec6cd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export function Header() {
124124
href="/storybook/index.html"
125125
role="group"
126126
>
127-
<Menu keyword="team">Storybook</Menu>
127+
<Menu keyword="storybook">Storybook</Menu>
128128
<Box
129129
_groupActive={{
130130
opacity: '1',

0 commit comments

Comments
 (0)