fixup
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function DashboardPage() {
|
||||
<DashboardHeader
|
||||
heading="Url to QR Code"
|
||||
text="Generate QR Code from URL"
|
||||
link="/docs/open-api/qr-code"
|
||||
link="/docs/open-api/qrcode"
|
||||
linkText="QR Code API."
|
||||
/>
|
||||
<QrCodeScraping user={{ id: user.id, apiKey: user.apiKey }} />
|
||||
|
||||
+1
-1
@@ -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",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user