Skip to content

Commit

Permalink
docs(723): default story update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravindren authored and Ravindren committed May 12, 2023
1 parent 436140d commit bfe3ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standfirst/__tests__/standfirst.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const CONTENT = (
export const StoryDefault = () => (
<StorybookPage columns="1fr">
<StorybookCase>
<Standfirst as="h2">{CONTENT}</Standfirst>
<Standfirst>{CONTENT}</Standfirst>
</StorybookCase>
</StorybookPage>
);
Expand Down

0 comments on commit bfe3ee8

Please sign in to comment.