From a6419f3ab476ce5610f8c8dfb9fab864ef51745e Mon Sep 17 00:00:00 2001 From: oiov Date: Fri, 15 Nov 2024 15:07:07 +0800 Subject: [PATCH] fixup --- app/(protected)/dashboard/scrape/qrcode/page.tsx | 2 +- config/docs.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(protected)/dashboard/scrape/qrcode/page.tsx b/app/(protected)/dashboard/scrape/qrcode/page.tsx index c75f25c..05869f3 100644 --- a/app/(protected)/dashboard/scrape/qrcode/page.tsx +++ b/app/(protected)/dashboard/scrape/qrcode/page.tsx @@ -21,7 +21,7 @@ export default async function DashboardPage() { diff --git a/config/docs.ts b/config/docs.ts index cdc27c1..825402e 100644 --- a/config/docs.ts +++ b/config/docs.ts @@ -74,7 +74,7 @@ export const docsConfig: DocsConfig = { }, { title: "Url to QR Code API", - href: "/docs/open-api/qr-code", + href: "/docs/open-api/qrcode", icon: "page", }, ],