Skip to content

Commit f8261af

Browse files
committed
move content feedback below next/prev navigation
1 parent 4c707c3 commit f8261af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/docPage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export function DocPage({
9292
<CodeContextProvider>{children}</CodeContextProvider>
9393
</div>
9494

95-
<DocFeedback pathname={pathname} />
96-
9795
<div className="grid grid-cols-2 gap-4 not-prose mt-16">
9896
<div className="col-span-1">
9997
{previousPage && <PaginationNav node={previousPage} title="Previous" />}
@@ -103,6 +101,8 @@ export function DocPage({
103101
</div>
104102
</div>
105103

104+
<DocFeedback pathname={pathname} />
105+
106106
{hasGithub && <GitHubCTA />}
107107
</div>
108108
</div>

0 commit comments

Comments
 (0)