Skip to content

Commit

Permalink
docs: fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Nov 21, 2024
1 parent db7b578 commit 8d42498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Skeleton, { SkeletonProps } from "../Skeleton";
import Avatar from "../../Avatar/Avatar";
import person from "./assets/person.png";
import Button from "../../Button/Button";
import { Reply, ThumbsUp } from "@vibe/icons";
import { Replay, ThumbsUp } from "@vibe/icons";
import "./Skeleton.stories.scss";
import { Flex } from "../../Flex";

Expand Down Expand Up @@ -144,7 +144,7 @@ export const UpdateInTheSystem = {
<Button className="monday-storybook-skeleton_btn" leftIcon={ThumbsUp} kind="secondary">
Like
</Button>
<Button className="monday-storybook-skeleton_btn" leftIcon={Reply} kind="secondary">
<Button className="monday-storybook-skeleton_btn" leftIcon={Replay} kind="secondary">
Reply
</Button>
</div>
Expand Down

0 comments on commit 8d42498

Please sign in to comment.