Skip to content

Commit

Permalink
fix(Heading.stories): remove explicit size prop from main text
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed May 8, 2024
1 parent d8b5307 commit f26200a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Heading/Heading.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const Heading: Story = {
>
{(obj.size as string) || "xl"}
</HeadingComponent>
<HeadingComponent flex="3" {...obj}>
<HeadingComponent flex="3" as={obj.as}>
{`${obj.as} base component`}
</HeadingComponent>
</Flex>
Expand Down

0 comments on commit f26200a

Please sign in to comment.