fixed mapicon not changing
This commit is contained in:
@ -34,12 +34,12 @@ export const ChunithmHotPlays: FC<ChunithmProfileHotPlays> = ({
|
||||
);
|
||||
return (
|
||||
<div key={index} className="flex flex-col items-center p-2">
|
||||
<div className="m-4 font-bold"></div>
|
||||
<div className="font-bold"></div>
|
||||
{jacketPath && (
|
||||
<img
|
||||
src={`/jacketArts/${jacketPath}`}
|
||||
alt="Jacket"
|
||||
style={{ width: "120px", height: "120px" }}
|
||||
className="h-28 w-28"
|
||||
/>
|
||||
)}
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user