Skip to content

Commit 3a0301a

Browse files
authored
Merge branch 'main' into upgrade-storybook-v10
2 parents 47a0155 + e7859e6 commit 3a0301a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/ui/src/header/index.tsx

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

1616
export interface HeaderProps {
@@ -23,13 +23,13 @@ export interface HeaderProps {
2323

2424
export 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',

0 commit comments

Comments
 (0)