From 8746d3c4008cd2beea9d86353094607523b421e3 Mon Sep 17 00:00:00 2001 From: Marvin Sextro Date: Thu, 2 Dec 2021 03:57:00 +0100 Subject: [PATCH] Fix translation source --- components/Button.tsx | 2 +- components/Form.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 &&