From d73a167059033a12f7aa4a6386512bf7fd724dfe Mon Sep 17 00:00:00 2001 From: Polaris Date: Wed, 14 Aug 2024 22:31:58 -0400 Subject: [PATCH] removed maimai placeholder --- components/RecentChunithmScores/page.tsx | 11 ++--------- components/navigationbar/desktopNavBar.tsx | 2 +- components/navigationbar/mobileNavBar.tsx | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) 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 = () => {