chore: add reference to react95

This commit is contained in:
Stefano Brilli 2021-03-30 00:39:04 +02:00
parent c9dd8c68f0
commit 32a7d21fdf
2 changed files with 14 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export const AboutDialog = (props: {}) => {
> >
<DialogTitle id="about-dialog-slide-title">About Web MiniDisc</DialogTitle> <DialogTitle id="about-dialog-slide-title">About Web MiniDisc</DialogTitle>
<DialogContent> <DialogContent>
<DialogContentText>Web MiniDisc has been made possible by</DialogContentText> <DialogContentText>Web MiniDisc uses</DialogContentText>
<ul> <ul>
<li> <li>
<Link rel="noopener noreferrer" href="https://www.ffmpeg.org/" target="_blank"> <Link rel="noopener noreferrer" href="https://www.ffmpeg.org/" target="_blank">
@ -86,6 +86,12 @@ export const AboutDialog = (props: {}) => {
</Link> </Link>
, to make the netmd-js project possible. , to make the netmd-js project possible.
</li> </li>
<li>
<Link rel="noopener noreferrer" href="https://react95.io/" target="_blank">
react95
</Link>
, to build the vintage user interface.
</li>
<li> <li>
<Link rel="noopener noreferrer" href="https://material-ui.com/" target="_blank"> <Link rel="noopener noreferrer" href="https://material-ui.com/" target="_blank">
material-ui material-ui

View File

@ -17,6 +17,7 @@ export const W95AboutDialog = (props: { visible: boolean; handleClose: () => voi
</Button> </Button>
</WindowHeader> </WindowHeader>
<DialogWindowContent> <DialogWindowContent>
Web MiniDisc uses
<ul> <ul>
<li> <li>
<Anchor rel="noopener noreferrer" href="https://www.ffmpeg.org/" target="_blank"> <Anchor rel="noopener noreferrer" href="https://www.ffmpeg.org/" target="_blank">
@ -52,6 +53,12 @@ export const W95AboutDialog = (props: { visible: boolean; handleClose: () => voi
</Anchor> </Anchor>
, to make the netmd-js project possible. , to make the netmd-js project possible.
</li> </li>
<li>
<Anchor rel="noopener noreferrer" href="https://react95.io/" target="_blank">
react85
</Anchor>
, to build the vintage user interface.
</li>
<li> <li>
<Anchor rel="noopener noreferrer" href="https://material-ui.com/" target="_blank"> <Anchor rel="noopener noreferrer" href="https://material-ui.com/" target="_blank">
material-ui material-ui