change(overlay): make images more rounded
All checks were successful
deploy / deploy (push) Successful in 56s

This commit is contained in:
Lee 2023-11-06 19:20:04 +00:00
parent d7c6b24fac
commit 226716b555
2 changed files with 2 additions and 2 deletions

@ -19,7 +19,7 @@ export default function PlayerStats({ player, config }: PlayerStatsProps) {
<div className="flex gap-2 p-2">
<Image
alt="Player profile picture"
className="rounded-md"
className="rounded-lg"
src={player.profilePicture}
width={180}
height={180}

@ -18,7 +18,7 @@ export default function SongInfo() {
)}
>
<Image
className="rounded-md"
className="rounded-lg"
alt="Song Image"
src={songInfo.art}
width={140}