Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ const {Intro, MaxWidth, p: P, a: A} = MDXComponents;

export default function NotFound() {
return (
<Page toc={[]} meta={{title: 'Not Found'}} routeTree={sidebarLearn}>
<Page toc={[]} meta={{title: 'Bulunamadı'}} routeTree={sidebarLearn}>
<MaxWidth>
<Intro>
<P>This page doesn’t exist.</P>
<P>Bu sayfa mevcut değil.</P>
<P>
If this is a mistake{', '}
Eğer bu bir hataysa{', '}
<A href="https://github.com/reactjs/react.dev/issues/new">
let us know
bize bildirin
</A>
{', '}
and we will try to fix it!
ve düzeltmeye çalışalım!
</P>
</Intro>
</MaxWidth>
Expand Down
Loading