diff --git a/components/RecentChunithmScores/page.tsx b/components/RecentChunithmScores/page.tsx index 57c0b07..c06da06 100644 --- a/components/RecentChunithmScores/page.tsx +++ b/components/RecentChunithmScores/page.tsx @@ -26,15 +26,8 @@ export const ChunithmRecentPlays: FC = ({ ); return ( -
-
{index + 1}.
+
+
{index + 1}.
{jacketPath && ( { diff --git a/components/navigationbar/mobileNavBar.tsx b/components/navigationbar/mobileNavBar.tsx index e575624..c945592 100644 --- a/components/navigationbar/mobileNavBar.tsx +++ b/components/navigationbar/mobileNavBar.tsx @@ -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 = () => {