[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-11 18:33:47 +00:00
committed by GitHub
parent 28811ca66d
commit 0781336b8f
3 changed files with 11 additions and 3 deletions

View File

@@ -3,7 +3,15 @@
import { usePathname, useRouter, useSearchParams } from "next/navigation";
import { useCallback, useEffect, useState } from "react";
const PAGES = ["compose", "application", "postgres", "redis", "mysql", "mariadb", "mongodb"] as const;
const PAGES = [
"compose",
"application",
"postgres",
"redis",
"mysql",
"mariadb",
"mongodb",
] as const;
type Page = (typeof PAGES)[number];
type Shortcuts = Record<string, string>;

View File

@@ -64,7 +64,7 @@ const Mariadb = (
return (
<div className="pb-10">
<UseKeyboardNav forPage="mariadb" />
<UseKeyboardNav forPage="mariadb" />
<BreadcrumbSidebar
list={[
{ name: "Projects", href: "/dashboard/projects" },

View File

@@ -64,7 +64,7 @@ const Mongo = (
return (
<div className="pb-10">
<UseKeyboardNav forPage="mongodb" />
<UseKeyboardNav forPage="mongodb" />
<BreadcrumbSidebar
list={[
{ name: "Projects", href: "/dashboard/projects" },