added patcher and redirect to homepage if user is logged in

This commit is contained in:
Polaris
2024-08-17 16:25:04 -04:00
parent a313021c9e
commit 1dc548936b
50 changed files with 3754 additions and 22 deletions

View File

@ -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" }}
/>