Skip to content

Commit

Permalink
fix(docs): Fix typo in storybook file name (#1934)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Garfinkle authored Mar 29, 2022
1 parent dde4667 commit 7514689
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export const tooltipWithUtilityClass = (): React.ReactElement => (
<Tooltip
wrapperclasses="width-full tablet:width-auto"
position="right"
label="Right">
label="Right"
>
Show on right
</Tooltip>
</div>
Expand Down Expand Up @@ -100,7 +101,8 @@ export const CustomComponent = (): React.ReactElement => {
<Tooltip<CustomLinkProps>
label="Follow Link"
asCustom={CustomLink}
to="http://www.truss.works">
to="http://www.truss.works"
>
This
</Tooltip>
&nbsp;is a custom component link.
Expand Down Expand Up @@ -142,7 +144,8 @@ export const tooltipBottomRightWrap = (): React.ReactElement => (
left: '0',
paddingRight: '32px',
textAlign: 'right',
}}>
}}
>
<Tooltip label="You can only add 10 links to a collection. To add more links, please create a new collection.">
Default
</Tooltip>
Expand Down

0 comments on commit 7514689

Please sign in to comment.