Skip to content

Commit 9edf09b

Browse files
committed
sync-d34c6a2c
1 parent 035c3ea commit 9edf09b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

next-env.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/compat/navigation" />
43

54
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

src/components/DocsFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function FooterLink({
8080
/>
8181
<div className="flex flex-col overflow-hidden">
8282
<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 === 'Previous' ? 'Previous' : 'Next'}
83+
{type === 'Önceki' ? 'Önceki' : 'Sonraki'}
8484
</span>
8585
<span className="text-lg break-words group-hover:underline">
8686
{title}

0 commit comments

Comments
 (0)