Skip to content

Commit

Permalink
chore(storybook): update welcome page to include package name (#10618)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] authored Feb 2, 2022
1 parent 17cb3a6 commit cb0ccf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/carbon-react/.storybook/Welcome/Welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const Welcome = () => {
background: `url(${bg}) no-repeat center center fixed`,
backgroundSize: 'cover',
}}>
<h2 className="welcome__heading">Carbon Components</h2>
<h4 className="welcome__heading welcome__heading--subtitle">{`React v${PackageInfo.version}`}</h4>
<h2 className="welcome__heading">@carbon/react</h2>
<h4 className="welcome__heading welcome__heading--subtitle">{`v${PackageInfo.version}`}</h4>
</div>
);
};

0 comments on commit cb0ccf9

Please sign in to comment.