Force width and height on song art

This commit is contained in:
Liam 2022-10-19 19:02:45 +01:00
parent 02a00dda5f
commit 54b83c229f

@ -66,7 +66,9 @@ export default class SongInfo extends Component {
return (
<div className={styles.songInfoContainer}>
<Image
alt="Song art-work"
width={180}
height={180}
alt="Song artwork"
src={songArt}
loading="lazy"
placeholder="blur"