Skip to content

Commit a2d14b6

Browse files
committed
remove footer cards from faq pages
1 parent be26626 commit a2d14b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/docs/faq/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616

1717
export default async function FAQPage() {
1818
return (
19-
<DocsPage>
19+
<DocsPage footer={{ enabled: false }}>
2020
<div className="flex justify-between mb-4 md:max-xl:px-12">
2121
<div className="flex-1">
2222
<DocsTitle>FAQ</DocsTitle>

app/v5/faq/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const metadata: Metadata = {
1616

1717
export default async function FAQPage() {
1818
return (
19-
<DocsPage>
19+
<DocsPage footer={{ enabled: false }}>
2020
<div className="flex justify-between mb-4 md:max-xl:px-12">
2121
<div className="flex-1">
2222
<DocsTitle>V5 FAQ</DocsTitle>

0 commit comments

Comments
 (0)