diff --git a/web/src/components/Donate/DonateDialog.jsx b/web/src/components/Donate/DonateDialog.jsx
index d29c34c..452dc65 100644
--- a/web/src/components/Donate/DonateDialog.jsx
+++ b/web/src/components/Donate/DonateDialog.jsx
@@ -9,35 +9,34 @@ import Button from '@material-ui/core/Button'
import { useTranslation } from 'react-i18next'
const donateFrame =
- ''
+ ''
export default function DonateDialog({ onClose }) {
- const { t } = useTranslation()
+ const { t } = useTranslation()
- return (
-
- )
+ return (
+
+ )
}