Skip to content

Commit 0a11b25

Browse files
committed
Update eyebrow
1 parent 842fba5 commit 0a11b25

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

packages/ui/src/header/index.tsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { StorybookLogo } from '../logos/storybook-logo';
1111
import { Search } from '../search';
1212
import { MobileMenu } from './mobile-menu';
1313
import { Button } from './button';
14-
// import { Eyebrow } from './eyebrow';
14+
import { Eyebrow } from './eyebrow';
1515
import { nav } from './nav';
1616

1717
export interface HeaderProps {
@@ -24,13 +24,14 @@ export interface HeaderProps {
2424

2525
export const Header: FC<HeaderProps> = ({
2626
algoliaApiKey,
27-
eyebrow,
28-
// eyebrow = (
29-
// <Eyebrow
30-
// href="https://us02web.zoom.us/webinar/register/1817522455361/WN_YfPY1PvpRIOs3GcB4p_P9w"
31-
// title="Join us live: CSF Next: Less Boilerplate, faster story writing"
32-
// />
33-
// ),
27+
// eyebrow,
28+
eyebrow = (
29+
<Eyebrow
30+
href="https://storybook.js.org/blog/storybook-mcp-sneak-peek/"
31+
title="Storybook MCP sneak peek: Get early access"
32+
hideIcon
33+
/>
34+
),
3435
githubCount = 0,
3536
subMenu,
3637
variant = 'system',

0 commit comments

Comments
 (0)