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

View File

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