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 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.
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments