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 6ef277a commit f2ffe41Copy full SHA for f2ffe41
src/components/DocsFooter.tsx
@@ -27,7 +27,7 @@ export const DocsPageFooter = memo<DocsPageFooterProps>(
27
<>
28
{prevRoute?.path || nextRoute?.path ? (
29
30
- <div className="grid grid-cols-1 gap-4 py-4 mx-auto max-w-7xl md:grid-cols-2 md:py-12">
+ <div className="flex justify-between grid-cols-1 gap-4 py-4 mx-auto max-w-7xl md:grid-cols-2 md:py-12">
31
{prevRoute?.path ? (
32
<FooterLink
33
type="Previous"
0 commit comments