Skip to content

Commit

Permalink
docs: change story
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Mar 31, 2024
1 parent 972ada5 commit f1d7beb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 29 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

4 changes: 2 additions & 2 deletions packages/core/src/components/Tooltip/__stories__/tooltip.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { CHIP, LABEL, TIPSEEN } from "../../../storybook/components/related-comp
import "./tooltip.stories.scss";
import * as TooltipStories from "./tooltip.stories";
import { TipOtherComponents, modifiers } from "./tooltip.stories.helpers";
import image from "./assets/tooltip-image.svg";
import image from "./assets/tooltip-image.png";

<Meta of={TooltipStories} />

Expand Down Expand Up @@ -157,7 +157,7 @@ Tooltip's arrow can appear from top, bottom, left or right.
positive: {
component: (
<Tooltip
content="View our automation center."
content="Use this app to empower users to visualize data."
withMaxWidth
shouldShowOnMount
image={image}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Flex from "../../Flex/Flex";
import IconButton from "../../IconButton/IconButton";
import { modifiers } from "./tooltip.stories.helpers";
import "./tooltip.stories.scss";
import image from "./assets/tooltip-image.svg";
import image from "./assets/tooltip-image.png";

export default {
title: "Popover/Tooltip",
Expand Down

0 comments on commit f1d7beb

Please sign in to comment.