Replace PlayArrow by Videocam
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
|||||||
Amazon,
|
Amazon,
|
||||||
Soundcloud
|
Soundcloud
|
||||||
} from '@icons-pack/react-simple-icons'
|
} from '@icons-pack/react-simple-icons'
|
||||||
import PlayArrowIcon from '@material-ui/icons/PlayArrow'
|
import VideocamIcon from '@material-ui/icons/Videocam'
|
||||||
import MusicNoteIcon from '@material-ui/icons/MusicNote'
|
import MusicNoteIcon from '@material-ui/icons/MusicNote'
|
||||||
import AlbumIcon from '@material-ui/icons/Album'
|
import AlbumIcon from '@material-ui/icons/Album'
|
||||||
import {makeStyles} from '@material-ui/core/styles'
|
import {makeStyles} from '@material-ui/core/styles'
|
||||||
@@ -81,7 +81,7 @@ export default function VweKouteAchte({anTeks, niVideyo, niOdyo}) {
|
|||||||
ariaLabel='SpeedDial openIcon example'
|
ariaLabel='SpeedDial openIcon example'
|
||||||
className={classes.speedDial}
|
className={classes.speedDial}
|
||||||
direction='down'
|
direction='down'
|
||||||
icon={<SpeedDialIcon icon={niOdyo ? <MusicNoteIcon /> : <PlayArrowIcon />} />}
|
icon={<SpeedDialIcon icon={niOdyo ? <MusicNoteIcon /> : <VideocamIcon />} />}
|
||||||
open={ouve}
|
open={ouve}
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
onOpen={handleOpen}
|
onOpen={handleOpen}
|
||||||
|
|||||||
Reference in New Issue
Block a user