added patcher and redirect to homepage if user is logged in
This commit is contained in:
@ -41,7 +41,7 @@ export const ChunithmTopPlays: FC<chunithmTopPlays> = ({
|
||||
<div className="font-bold"></div>
|
||||
{jacketPath && (
|
||||
<img
|
||||
src={`/JacketArt/${jacketPath}`}
|
||||
src={`/jacketArts/${jacketPath}`}
|
||||
alt="Jacket"
|
||||
className="h-28 w-28"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user