Fix wrong song art size lol

This commit is contained in:
Liam 2022-10-19 19:03:24 +01:00
parent 54b83c229f
commit 024d240874

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