removed maimai placeholder

This commit is contained in:
Polaris 2024-08-14 22:31:58 -04:00
parent bd5a1a2990
commit d73a167059
3 changed files with 4 additions and 11 deletions

View File

@ -26,15 +26,8 @@ export const ChunithmRecentPlays: FC<ChunithmProfileRecentPlays> = ({
);
return (
<div
key={index}
style={{
display: "flex",
alignItems: "flex-start",
marginBottom: "8px",
}}
>
<div style={{ marginRight: "20px" }}>{index + 1}.</div>
<div key={index} className="center flex p-2">
<div className="m-4 font-bold">{index + 1}.</div>
{jacketPath && (
<img
src={`/JacketArt/${jacketPath}`}

View File

@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
const NAV_ITEMS = [
{ href: "/home", label: "Home" },
{ href: "/chunithm", label: "Chunithm" },
{ href: "/maimai", label: "Maimai" },
// { href: "/maimai", label: "Maimai" },
];
const NavigationMenuDesktop = () => {

View File

@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
const NAV_ITEMS = [
{ href: "/home", label: "Home" },
{ href: "/chunithm", label: "Chunithm" },
{ href: "/maimai", label: "Maimai" },
// { href: "/maimai", label: "Maimai" },
];
const NavigationMenuMobile = () => {