Skip to content

Commit

Permalink
Add MDX Button Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
timoclsn committed Oct 25, 2023
1 parent 067f0fc commit 6bcb262
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/website/src/components/MdxButton/MdxButton.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { ClipboardList } from "lucide-react";
import { ClipboardList, ClipboardSignature } from "lucide-react";
import { Button, ButtonProps } from "../../design-system/Button/Button";

const iconMap = {
clipboard: ClipboardList,
clipboardSignature: ClipboardSignature,
} as const;

interface MdxButtonProps {
Expand Down

0 comments on commit 6bcb262

Please sign in to comment.