diff --git a/src/Components/Home/index.jsx b/src/Components/Home/index.jsx index 357aab4a0..e13d267a4 100644 --- a/src/Components/Home/index.jsx +++ b/src/Components/Home/index.jsx @@ -7,10 +7,13 @@ import React, { } from 'react'; import ReactMarkdown from 'react-markdown'; +import { useTheme } from '@mui/material/styles'; + import Alert from '@mui/material/Alert'; import AlertTitle from '@mui/material/AlertTitle'; import Box from '@mui/material/Box'; import Button from '@mui/material/Button'; +import Fade from '@mui/material/Fade'; import Grid from '@mui/material/Grid'; import Link from '@mui/material/Link'; import List from '@mui/material/List'; @@ -40,28 +43,39 @@ function Install() { }, [deferredPrompt]); return( -
-
- + + + {t('homeInstallLine1')} - + {t('homeInstallLine2')} -
-
+ + ); } @@ -349,22 +363,57 @@ function HomeColumnRight() { function Home({ onOpenMelodyEditor }) { const { t } = useTranslation('common'); + const theme = useTheme(); return (
-
-
- - - {t('homeWelcome')} - - + + + +
+
+ + + {t('homeWelcome')} + + + + +
+
+
+ + -
-
+ + +