diff --git a/web/src/components/App/index.jsx b/web/src/components/App/index.jsx
index 52ef5ac..06b397e 100644
--- a/web/src/components/App/index.jsx
+++ b/web/src/components/App/index.jsx
@@ -22,7 +22,7 @@ import { ThemeProvider as StyledComponentsThemeProvider } from 'styled-component
import { useQuery } from 'react-query'
import { getTorrents, isStandaloneApp } from 'utils/Utils'
import GlobalStyle from 'style/GlobalStyle'
-import { lightTheme, THEME_MODES, useMaterialUITheme } from 'style/materialUISetup'
+import { /* lightTheme, */ THEME_MODES, useMaterialUITheme } from 'style/materialUISetup'
import getStyledComponentsTheme from 'style/getStyledComponentsTheme'
import checkIsIOS from 'utils/checkIsIOS'
@@ -132,9 +132,9 @@ export default function App() {
setIsDonationDialogOpen={setIsDonationDialogOpen}
/>
-
- {isDonationDialogOpen && setIsDonationDialogOpen(false)} />}
-
+ {/* */}
+ {isDonationDialogOpen && setIsDonationDialogOpen(false)} />}
+ {/* */}
{snackbarIsClosed ? checkIsIOS() && !isStandaloneApp && : }
diff --git a/web/src/components/Donate/DonateDialog.jsx b/web/src/components/Donate/DonateDialog.jsx
index d362ae9..7d3b46b 100644
--- a/web/src/components/Donate/DonateDialog.jsx
+++ b/web/src/components/Donate/DonateDialog.jsx
@@ -1,16 +1,15 @@
-import ListItem from '@material-ui/core/ListItem'
+// import ListItem from '@material-ui/core/ListItem'
import DialogTitle from '@material-ui/core/DialogTitle'
import DialogContent from '@material-ui/core/DialogContent'
import DialogActions from '@material-ui/core/DialogActions'
-import List from '@material-ui/core/List'
+// import List from '@material-ui/core/List'
import ButtonGroup from '@material-ui/core/ButtonGroup'
import Button from '@material-ui/core/Button'
import { useTranslation } from 'react-i18next'
import { StyledDialog } from 'style/CustomMaterialUiStyles'
import useOnStandaloneAppOutsideClick from 'utils/useOnStandaloneAppOutsideClick'
-const donateFrame =
- ''
+// const donateFrame = ''
export default function DonateDialog({ onClose }) {
const { t } = useTranslation()
@@ -20,20 +19,20 @@ export default function DonateDialog({ onClose }) {
{t('Donate')}
-
-
-
-
-
-
-
-
-
-
- {/* eslint-disable-next-line react/no-danger */}
-
-
-
+ {/* */}
+ {/* */}
+
+
+
+
+ {/* */}
+
+ {/* */}
+ {/* */}
+ {/* eslint-disable-next-line react/no-danger */}
+ {/* */}
+ {/* */}
+ {/*
*/}