diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index a5c7324e2..c4787c827 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -30,7 +30,7 @@ export const DocsPageFooter = memo(
{prevRoute?.path ? ( @@ -40,7 +40,7 @@ export const DocsPageFooter = memo( {nextRoute?.path ? ( @@ -63,7 +63,7 @@ function FooterLink({ }: { href: string; title: string; - type: 'Previous' | 'Next'; + type: 'পূর্ববর্তী পেইজ' | 'পরবর্তী পেইজ'; }) { return ( diff --git a/src/components/Layout/Toc.tsx b/src/components/Layout/Toc.tsx index a24bbced6..5ed0a74de 100644 --- a/src/components/Layout/Toc.tsx +++ b/src/components/Layout/Toc.tsx @@ -16,7 +16,7 @@ export function Toc({headings}: {headings: Toc}) {