We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be26626 commit a2d14b6Copy full SHA for a2d14b6
app/docs/faq/page.tsx
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
16
17
export default async function FAQPage() {
18
return (
19
- <DocsPage>
+ <DocsPage footer={{ enabled: false }}>
20
<div className="flex justify-between mb-4 md:max-xl:px-12">
21
<div className="flex-1">
22
<DocsTitle>FAQ</DocsTitle>
app/v5/faq/page.tsx
<DocsTitle>V5 FAQ</DocsTitle>
0 commit comments