This commit is contained in:
Polaris
2024-08-29 17:40:14 -04:00
parent 5aa70f5f45
commit 4e20a9ac3b
3 changed files with 3 additions and 20 deletions

View File

@ -35,10 +35,7 @@ export const ChunithmTopPlays: FC<chunithmTopPlays> = ({
return (
<div key={index} className="flex flex-col items-center p-2">
<div className="font-bold"></div>
<ImageCell
jacketPath={chuniProfileTopPlays.jacketPath!}
title={chuniProfileTopPlays.title!}
/>
<ImageCell jacketPath={chuniProfileTopPlays.jacketPath!} />
<ul className="mt-2 text-center">
<li>
<strong>Title: </strong> {chuniProfileTopPlays.title}