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 4db5ecd commit 9ced885Copy full SHA for 9ced885
src/components/DocsFooter.tsx
@@ -80,7 +80,7 @@ function FooterLink({
80
/>
81
<div className="flex flex-col overflow-hidden">
82
<span className="text-sm font-bold tracking-wide no-underline uppercase text-secondary dark:text-secondary-dark group-focus:text-link dark:group-focus:text-link-dark group-focus:text-opacity-100">
83
- {type}
+ {type === 'Previous' ? 'Previous' : 'Next'}
84
</span>
85
<span className="text-lg break-words group-hover:underline">
86
{title}
0 commit comments