diff --git a/components/teks/vwe-koute-achte.js b/components/teks/vwe-koute-achte.js
index d04e1a6..9fcbeca 100644
--- a/components/teks/vwe-koute-achte.js
+++ b/components/teks/vwe-koute-achte.js
@@ -11,7 +11,7 @@ import {
Amazon,
Soundcloud
} 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 AlbumIcon from '@material-ui/icons/Album'
import {makeStyles} from '@material-ui/core/styles'
@@ -81,7 +81,7 @@ export default function VweKouteAchte({anTeks, niVideyo, niOdyo}) {
ariaLabel='SpeedDial openIcon example'
className={classes.speedDial}
direction='down'
- icon={ : } />}
+ icon={ : } />}
open={ouve}
onClose={handleClose}
onOpen={handleOpen}