@@ -23,17 +23,17 @@ const NotFound = () => {
23
23
</ style >
24
24
</ Head >
25
25
< div className = "grid h-screen place-items-center bg-center" >
26
- < div className = "text-blue-600 mt-12 mx-auto text-center" >
26
+ < div className = "text-blue-600 mx-auto text-center" >
27
27
< div className = 'grid-cols-1 grid' >
28
- < div >
28
+ < div className = 'p-2' >
29
29
< img
30
- width = "200 "
30
+ width = "150 "
31
31
src = { `${ process . env . NEXT_PUBLIC_FRONTEND_URL } /ctfguide404WithLogo.png` }
32
- className = 'mx-auto text-center mt-10 '
32
+ className = 'mx-auto text-center mt-5 '
33
33
alt = "CTF Guide 404"
34
34
/>
35
35
< h1 className = 'text-white text-xl mt-4' > Uh, oh. We looked everywhere and couldn't find that page.</ h1 >
36
- < div className = 'bg-black text-white text-left px-4 py-4 mt-4' >
36
+ < div className = 'bg-black text-white text-left px-4 py-4 mt-4 mb-4 ' >
37
37
< div >
38
38
root@ctfguide:/home/cat/cat_stuff: < span className = 'text-yellow-400' > cd { pathname } </ span > < br />
39
39
bash: cd: { pathname } : < span className = 'text-red-500' > No such file or directory</ span >
@@ -45,18 +45,20 @@ const NotFound = () => {
45
45
< a className = 'ml-2 hover:text-blue-500 cursor-pointer' href = "https://discord.gg/cTp4w9u8F2" > [Join our Discord]</ a >
46
46
</ div >
47
47
</ div >
48
- < img
49
- width = "500"
50
- src = { `${ process . env . NEXT_PUBLIC_FRONTEND_URL } /Kana404.png` }
51
- className = 'mx-auto text-center mt-10'
52
- alt = "Kana 404"
53
- />
48
+
54
49
< span
55
50
onClick = { ( ) => router . back ( ) }
56
- className = "mt-6 cursor-pointer text-neutral-200 hover:text-neutral-400 mr-4 text-lg "
51
+ className = "cursor-pointer text-neutral-200 hover:text-neutral-400 mr-4 text-2xl "
57
52
>
58
53
< i className = "fas fa-arrow-left" > </ i > Go Back
59
54
</ span >
55
+
56
+ < img
57
+ width = "500"
58
+ src = { `${ process . env . NEXT_PUBLIC_FRONTEND_URL } /Kana404.png` }
59
+ className = 'mx-auto mt-10 text-center hidden lg:block'
60
+ alt = "Kana 404"
61
+ />
60
62
</ div >
61
63
</ div >
62
64
</ div >
0 commit comments