Skip to content

Commit

Permalink
chore: Add back terms
Browse files Browse the repository at this point in the history
  • Loading branch information
Harambe-Nakamoto committed Jun 27, 2022
1 parent 7f0b7b7 commit 6aef206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TooltipBubble/TooltipBubble.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const SingleText = (args: any) => {

return (
<StorybookLayout {...args}>
<TooltipBubble {...args} body={body} transformTip='translate(-10px, 0px)'>
<TooltipBubble {...args} body={body} transformTip="translate(-10px, 0px)">
<Button variant="secondary">Just Text. Variant 3</Button>
</TooltipBubble>
</StorybookLayout>
Expand Down

0 comments on commit 6aef206

Please sign in to comment.