Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Move LinkButton to /Buttons/button
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Mar 17, 2023
1 parent 2f9e8bd commit 4a4c89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { withDesign } from "storybook-addon-designs";
import { LinkButton } from "./LinkButton";

export default {
title: "Library / Links / Linkbutton",
title: "Library / Buttons / Link Button",
component: LinkButton,
decorators: [withDesign],
argTypes: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import clsx from "clsx";
import { ButtonIcon } from "../Buttons/button/ButtonIcon";
import { ButtonIcon } from "./ButtonIcon";
import {
ButtonSize,
ButtonType,
ButtonVariant,
getSize,
getVariant,
} from "../Buttons/button/helper";
} from "./helper";

export type LinkButtonProps = {
href: string;
Expand Down

0 comments on commit 4a4c89a

Please sign in to comment.