We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f3af0 commit 1daeb92Copy full SHA for 1daeb92
1 file changed
src/components/Layout/NotFoundContent.tsx
@@ -31,16 +31,18 @@ export function NotFoundContent({
31
</div>
32
<div className="px-5 sm:px-12">
33
<div className="max-w-7xl mx-auto">
34
- <Intro>
35
- <p>This page doesn’t exist.</p>
36
- <p>
37
- If this is a mistake,{' '}
38
- <Link href="https://github.com/reactjs/react.dev/issues/new">
39
- let us know
40
- </Link>
41
- , and we will try to fix it!
42
- </p>
43
- </Intro>
+ <div className="max-w-4xl ms-0 2xl:mx-auto">
+ <Intro>
+ <p>This page doesn’t exist.</p>
+ <p>
+ If this is a mistake,{' '}
+ <Link href="https://github.com/reactjs/react.dev/issues/new">
+ let us know
+ </Link>
+ , and we will try to fix it!
+ </p>
44
+ </Intro>
45
+ </div>
46
47
48
0 commit comments