forked from PolarisPyra/daphnis
removed maimai placeholder
This commit is contained in:
parent
bd5a1a2990
commit
d73a167059
@ -26,15 +26,8 @@ export const ChunithmRecentPlays: FC<ChunithmProfileRecentPlays> = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div key={index} className="center flex p-2">
|
||||||
key={index}
|
<div className="m-4 font-bold">{index + 1}.</div>
|
||||||
style={{
|
|
||||||
display: "flex",
|
|
||||||
alignItems: "flex-start",
|
|
||||||
marginBottom: "8px",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<div style={{ marginRight: "20px" }}>{index + 1}.</div>
|
|
||||||
{jacketPath && (
|
{jacketPath && (
|
||||||
<img
|
<img
|
||||||
src={`/JacketArt/${jacketPath}`}
|
src={`/JacketArt/${jacketPath}`}
|
||||||
|
@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
|
|||||||
const NAV_ITEMS = [
|
const NAV_ITEMS = [
|
||||||
{ href: "/home", label: "Home" },
|
{ href: "/home", label: "Home" },
|
||||||
{ href: "/chunithm", label: "Chunithm" },
|
{ href: "/chunithm", label: "Chunithm" },
|
||||||
{ href: "/maimai", label: "Maimai" },
|
// { href: "/maimai", label: "Maimai" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const NavigationMenuDesktop = () => {
|
const NavigationMenuDesktop = () => {
|
||||||
|
@ -6,7 +6,7 @@ import { usePathname } from "next/navigation";
|
|||||||
const NAV_ITEMS = [
|
const NAV_ITEMS = [
|
||||||
{ href: "/home", label: "Home" },
|
{ href: "/home", label: "Home" },
|
||||||
{ href: "/chunithm", label: "Chunithm" },
|
{ href: "/chunithm", label: "Chunithm" },
|
||||||
{ href: "/maimai", label: "Maimai" },
|
// { href: "/maimai", label: "Maimai" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const NavigationMenuMobile = () => {
|
const NavigationMenuMobile = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user