Skip to content

Commit

Permalink
fix: tooltip storybook link (#4415)
Browse files Browse the repository at this point in the history
* fix: tooltip storybook link

* chore: format
  • Loading branch information
alisonjoseph authored Dec 16, 2024
1 parent bc0663b commit e32f7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/components/tooltip/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ documentation, see the Storybooks for each framework below.
<Column colLg={4} colMd={4} noGutterSm>
<ResourceCard
subTitle="React"
href="https://react.carbondesignsystem.com/?path=/story/components-tooltip--default-bottom"
href="https://react.carbondesignsystem.com/?path=/story/components-tooltip--default"
>

<MdxIcon name="react" />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/elements/typography/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ include this mixin by writing the following in your Sass file:
@use '@carbon/type';

@include type.reset();
````
```

This reset sets some top-level properties on `html` and `body`, namely
`font-size`, `font-family`, and some `text-rendering` options. We also map the
Expand Down

0 comments on commit e32f7dc

Please sign in to comment.