Skip to content

Commit beaa63f

Browse files
committed
fix: use Indonesian DocsFooter labels after sync
1 parent ba586a2 commit beaa63f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DocsFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function FooterLink({
8787
/>
8888
<div className="flex flex-col overflow-hidden">
8989
<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'}
90+
{type}
9191
</span>
9292
<span className="text-lg break-words group-hover:underline">
9393
{title}

0 commit comments

Comments
 (0)