Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce UNSTABLE_Header #DS-1524
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Dec 4, 2024
1 parent 3f64d3c commit 6e6a7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ const meta: Meta<typeof UNSTABLE_Header> = {
export default meta;
type Story = StoryObj<typeof UNSTABLE_Header>;

export const Playground: Story = {
export const HeaderPlayground: Story = {
name: 'UNSTABLE_Header',
};
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ const meta: Meta<typeof UNSTABLE_HeaderLogo> = {
export default meta;
type Story = StoryObj<typeof UNSTABLE_HeaderLogo>;

export const Playground: Story = {
export const HeaderLogoPlayground: Story = {
name: 'UNSTABLE_HeaderLogo',
};

0 comments on commit 6e6a7d6

Please sign in to comment.