File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
/// <reference types="next" />
2
2
/// <reference types="next/image-types/global" />
3
- /// <reference types="next/navigation-types/compat/navigation" />
4
3
5
4
// 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.
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ function FooterLink({
80
80
/>
81
81
< div className = "flex flex-col overflow-hidden" >
82
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 === 'Previous ' ? 'Previous ' : 'Next ' }
83
+ { type === 'Önceki ' ? 'Önceki ' : 'Sonraki ' }
84
84
</ span >
85
85
< span className = "text-lg break-words group-hover:underline" >
86
86
{ title }
You can’t perform that action at this time.
0 commit comments