@@ -23,17 +23,17 @@ const NotFound = () => {
2323 </ style >
2424 </ Head >
2525 < 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" >
2727 < div className = 'grid-cols-1 grid' >
28- < div >
28+ < div className = 'p-2' >
2929 < img
30- width = "200 "
30+ width = "150 "
3131 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 '
3333 alt = "CTF Guide 404"
3434 />
3535 < 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 ' >
3737 < div >
3838 root@ctfguide:/home/cat/cat_stuff: < span className = 'text-yellow-400' > cd { pathname } </ span > < br />
3939 bash: cd: { pathname } : < span className = 'text-red-500' > No such file or directory</ span >
@@ -45,18 +45,20 @@ const NotFound = () => {
4545 < a className = 'ml-2 hover:text-blue-500 cursor-pointer' href = "https://discord.gg/cTp4w9u8F2" > [Join our Discord]</ a >
4646 </ div >
4747 </ 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+
5449 < span
5550 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 "
5752 >
5853 < i className = "fas fa-arrow-left" > </ i > Go Back
5954 </ 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+ />
6062 </ div >
6163 </ div >
6264 </ div >
0 commit comments