Skip to content

Commit 9c09152

Browse files
committed
updates
1 parent 9f7d5b2 commit 9c09152

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/pages/404.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,16 @@ import error from '../assets/images/error.svg'
99
import './404.css'
1010

1111
const NotFoundPage = () => (
12-
<div>
13-
redirecting to{' '}
12+
<div
13+
style={{
14+
display: 'flex',
15+
height: '100vh',
16+
width: '100vw',
17+
alignItems: 'center',
18+
justifyContent: 'center',
19+
}}
20+
>
21+
redirecting to:{' '}
1422
<a href="https://with.zonayed.me/js">
1523
JavaScript Series by Code with Zonayed
1624
</a>

0 commit comments

Comments
 (0)