We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c707c3 commit f8261afCopy full SHA for f8261af
src/components/docPage/index.tsx
@@ -92,8 +92,6 @@ export function DocPage({
92
<CodeContextProvider>{children}</CodeContextProvider>
93
</div>
94
95
- <DocFeedback pathname={pathname} />
96
-
97
<div className="grid grid-cols-2 gap-4 not-prose mt-16">
98
<div className="col-span-1">
99
{previousPage && <PaginationNav node={previousPage} title="Previous" />}
@@ -103,6 +101,8 @@ export function DocPage({
103
101
104
102
105
+ <DocFeedback pathname={pathname} />
+
106
{hasGithub && <GitHubCTA />}
107
108
0 commit comments