File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { StorybookLogo } from '../logos/storybook-logo';
1111import { Search } from '../search' ;
1212import { MobileMenu } from './mobile-menu' ;
1313import { Button } from './button' ;
14- // import { Eyebrow } from './eyebrow';
14+ import { Eyebrow } from './eyebrow' ;
1515import { nav } from './nav' ;
1616
1717export interface HeaderProps {
@@ -24,13 +24,14 @@ export interface HeaderProps {
2424
2525export 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' ,
You can’t perform that action at this time.
0 commit comments