diff --git a/components/Button.tsx b/components/Button.tsx index bdc8a92..2346a43 100644 --- a/components/Button.tsx +++ b/components/Button.tsx @@ -11,7 +11,7 @@ function Button(props: ButtonProps): JSX.Element { onClick={props.onClick} className="focus:outline-none h-20 bg-gray-400 dark:bg-gray-600 hover:bg-gray-500 text-white font-semibold rounded-md items-center flex justify-center"> { - props.icon && + props.icon && } {props.text} diff --git a/components/Form.tsx b/components/Form.tsx index 0dff7ad..059c93c 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -296,7 +296,7 @@ function Form(): JSX.Element { { - isShareDialogAvailable &&