Skip to content

Commit 44ae1cc

Browse files
committed
Move LinkButton to /Buttons/button
1 parent a6fdf6a commit 44ae1cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/stories/Library/links/LinkButton.stories.tsx renamed to src/stories/Library/Buttons/button/LinkButton.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { withDesign } from "storybook-addon-designs";
33
import { LinkButton } from "./LinkButton";
44

55
export default {
6-
title: "Library / Links / Linkbutton",
6+
title: "Library / Buttons / Link Button",
77
component: LinkButton,
88
decorators: [withDesign],
99
argTypes: {

src/stories/Library/links/LinkButton.tsx renamed to src/stories/Library/Buttons/button/LinkButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import clsx from "clsx";
2-
import { ButtonIcon } from "../Buttons/button/ButtonIcon";
2+
import { ButtonIcon } from "./ButtonIcon";
33
import {
44
ButtonSize,
55
ButtonType,
66
ButtonVariant,
77
getSize,
88
getVariant,
9-
} from "../Buttons/button/helper";
9+
} from "./helper";
1010

1111
export type LinkButtonProps = {
1212
href: string;

0 commit comments

Comments
 (0)