There was an error while loading. Please reload this page.
1 parent ba586a2 commit beaa63fCopy full SHA for beaa63f
1 file changed
src/components/DocsFooter.tsx
@@ -87,7 +87,7 @@ function FooterLink({
87
/>
88
<div className="flex flex-col overflow-hidden">
89
<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">
90
- {type === 'Previous' ? 'Previous' : 'Next'}
+ {type}
91
</span>
92
<span className="text-lg break-words group-hover:underline">
93
{title}
0 commit comments