diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 764b5da..876b97e 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -10,6 +10,7 @@ interface Props { locale?: string; target?: "_blank"; onClick?: MouseEventHandler; + draggable?: boolean } export default function Button(props: Props): JSX.Element { @@ -17,9 +18,10 @@ export default function Button(props: Props): JSX.Element { const button = (