Add web minidisc pro banner
This commit is contained in:
parent
314bf9272a
commit
cb0ecf25d8
|
@ -17,6 +17,8 @@ import { TopMenu } from './topmenu';
|
||||||
import ChromeIconPath from '../images/chrome-icon.svg';
|
import ChromeIconPath from '../images/chrome-icon.svg';
|
||||||
import { W95Welcome } from './win95/welcome';
|
import { W95Welcome } from './win95/welcome';
|
||||||
import OpenInNewIcon from '@material-ui/icons/OpenInNew';
|
import OpenInNewIcon from '@material-ui/icons/OpenInNew';
|
||||||
|
import Snackbar from '@material-ui/core/Snackbar';
|
||||||
|
import Alert from '@material-ui/lab/Alert';
|
||||||
|
|
||||||
const useStyles = makeStyles(theme => ({
|
const useStyles = makeStyles(theme => ({
|
||||||
main: {
|
main: {
|
||||||
|
@ -34,6 +36,9 @@ const useStyles = makeStyles(theme => ({
|
||||||
spacing: {
|
spacing: {
|
||||||
marginTop: theme.spacing(1),
|
marginTop: theme.spacing(1),
|
||||||
},
|
},
|
||||||
|
spacing2: {
|
||||||
|
marginTop: theme.spacing(2),
|
||||||
|
},
|
||||||
chromeLogo: {
|
chromeLogo: {
|
||||||
marginTop: theme.spacing(1),
|
marginTop: theme.spacing(1),
|
||||||
width: 96,
|
width: 96,
|
||||||
|
@ -117,6 +122,11 @@ export const Welcome = (props: {}) => {
|
||||||
>
|
>
|
||||||
<FormHelperText>{pairingMessage}</FormHelperText>
|
<FormHelperText>{pairingMessage}</FormHelperText>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
||||||
|
<Alert severity="warning" className={classes.spacing2}>
|
||||||
|
Want an updated version of Web Minidisc? Try{' '}
|
||||||
|
<Link href="https://web.minidisc.wiki/">Web MiniDisc Pro.</Link>
|
||||||
|
</Alert>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Typography component="h2" variant="subtitle1" align="center" className={classes.spacing}>
|
<Typography component="h2" variant="subtitle1" align="center" className={classes.spacing}>
|
||||||
|
|
Loading…
Reference in New Issue