added patcher and redirect to homepage if user is logged in
This commit is contained in:
@ -36,7 +36,7 @@ export const ChunithmHotPlays: FC<ChunithmProfileHotPlays> = ({
|
||||
<div className="m-4 font-bold"></div>
|
||||
{jacketPath && (
|
||||
<img
|
||||
src={`/JacketArt/${jacketPath}`}
|
||||
src={`/jacketArts/${jacketPath}`}
|
||||
alt="Jacket"
|
||||
style={{ width: "120px", height: "120px" }}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user