File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { StorybookLogo } from '../logos/storybook-logo';
1010import { Search } from '../search' ;
1111import { MobileMenu } from './mobile-menu' ;
1212import { Button } from './button' ;
13- import { Eyebrow } from './eyebrow' ;
13+ // import { Eyebrow } from './eyebrow';
1414import { nav } from './nav' ;
1515
1616export interface HeaderProps {
@@ -23,13 +23,13 @@ export interface HeaderProps {
2323
2424export const Header : FC < HeaderProps > = ( {
2525 algoliaApiKey,
26- // eyebrow,
27- eyebrow = (
28- < Eyebrow
29- href = "https://us02web.zoom.us/webinar/register/1817522455361/WN_YfPY1PvpRIOs3GcB4p_P9w"
30- title = "Join us live: CSF Next: Less Boilerplate, faster story writing"
31- />
32- ) ,
26+ eyebrow,
27+ // eyebrow = (
28+ // <Eyebrow
29+ // href="https://us02web.zoom.us/webinar/register/1817522455361/WN_YfPY1PvpRIOs3GcB4p_P9w"
30+ // title="Join us live: CSF Next: Less Boilerplate, faster story writing"
31+ // />
32+ // ),
3333 githubCount = 0 ,
3434 subMenu,
3535 variant = 'system' ,
You can’t perform that action at this time.
0 commit comments