mirror of
https://github.com/vercel/commerce.git
synced 2025-06-15 11:51:21 +00:00
Update page.tsx
This commit is contained in:
parent
b7241a3833
commit
94fd71c35e
@ -1,9 +1,9 @@
|
|||||||
// app/_not-found/page.tsx
|
// app/_not-found/page.tsx
|
||||||
export default function InternalNotFound() {
|
export default function StubNotFound() {
|
||||||
return (
|
return (
|
||||||
<div style={{ padding: 40, textAlign: 'center' }}>
|
<div style={{ padding: '4rem', textAlign: 'center' }}>
|
||||||
<h1 style={{ fontSize: 48, marginBottom: 16 }}>404</h1>
|
<h1 style={{ fontSize: '3rem', marginBottom: '1rem' }}>404</h1>
|
||||||
<p style={{ fontSize: 18 }}>Page not found.</p>
|
<p style={{ fontSize: '1.25rem' }}>Page not found.</p>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user