Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcrespo committed Sep 15, 2023
1 parent baf2dbd commit 58e769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tooltip/stories/Tooltip.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const WithReactElement = () => {
label="Render a paragrah with a React Element"
content={
<Flex>
<p className={css({ marginBottom: 0 })}>I'm a React Element</p>
<p className={css({ marginBottom: 0 })}>I am a React Element</p>
</Flex>
}
>
Expand Down

0 comments on commit 58e769c

Please sign in to comment.