From f62d8cc709144e8bcb068685e3b9cd92141713a8 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Thu, 17 Jun 2021 17:48:51 +0300 Subject: [PATCH] fix bools --- web/src/components/About.jsx | 2 +- web/src/components/Donate/DonateDialog.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/About.jsx b/web/src/components/About.jsx index 1bfe33e..64afa40 100644 --- a/web/src/components/About.jsx +++ b/web/src/components/About.jsx @@ -33,7 +33,7 @@ export default function AboutDialog() { open={open} onClose={() => setOpen(false)} aria-labelledby='form-dialog-title' - fullWidth='true' + fullWidth maxWidth='sm' > {t('About')} diff --git a/web/src/components/Donate/DonateDialog.jsx b/web/src/components/Donate/DonateDialog.jsx index ccd2d28..d3902f5 100644 --- a/web/src/components/Donate/DonateDialog.jsx +++ b/web/src/components/Donate/DonateDialog.jsx @@ -15,7 +15,7 @@ export default function DonateDialog({ onClose }) { const { t } = useTranslation() return ( - + {t('Donate')}