Skip to content

Commit

Permalink
Merge pull request #38 from storybookjs/update-eyebrow
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach authored Apr 18, 2023
2 parents d0dff93 + c5ee1f6 commit 93ef429
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Eyebrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ interface EyebrowProps {

export const Eyebrow = ({ inverse }: EyebrowProps) => (
<EyebrowContainer inverse={inverse}>
<Badge status="positive">RC</Badge>
<Badge status="positive">New</Badge>
<EyebrowLink
inverse={inverse}
secondary={!inverse}
href="https://github.com/storybookjs/storybook/releases/tag/v7.0.0-rc.0"
href="https://storybook.js.org/blog/storybook-7-0/"
withArrow
>
Storybook 7 is now a release candidate. Try it today
Storybook 7.0
</EyebrowLink>
<EyebrowCallout inverse={inverse} href={CHROMATIC_URL}>
🎁 Claim $500 credit to Chromatic with code <code style={{ color: 'inherit' }}>DAY</code>
Expand Down

0 comments on commit 93ef429

Please sign in to comment.