Fix wrong song art size lol
This commit is contained in:
parent
54b83c229f
commit
024d240874
@ -66,8 +66,8 @@ export default class SongInfo extends Component {
|
|||||||
return (
|
return (
|
||||||
<div className={styles.songInfoContainer}>
|
<div className={styles.songInfoContainer}>
|
||||||
<Image
|
<Image
|
||||||
width={180}
|
width={150}
|
||||||
height={180}
|
height={150}
|
||||||
alt="Song artwork"
|
alt="Song artwork"
|
||||||
src={songArt}
|
src={songArt}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
Reference in New Issue
Block a user