File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 152152.bg-gradient-landing {
153153 @apply bg-gradient-to-br from-o-dark-blue via-o-light-blue to-o-blue;
154154}
155- .bg-gradient-loading {
156- @apply bg-gradient-to-br from-o-dark-blue via-o-light-blue to-o-blue;
157- }
158155
159156
160157
Original file line number Diff line number Diff line change @@ -209,7 +209,6 @@ export default function NotFound404() {
209209 ) {
210210 redirect ( 'https://lihongyang.info/' )
211211 }
212-
213212 if (
214213 pathname . toLowerCase ( ) == '/e2ead/UniAD_plenary_talk_slides.pdf'
215214 ) {
@@ -235,8 +234,8 @@ export default function NotFound404() {
235234
236235 return (
237236 < main >
238- < div className = "w-full h-svh flex flex-row justify-center items-center pl-6 pr-6 bg-gradient-loading " >
239- < div className = "w-full max-w-7xl flex flex-col gap-6 select-none" >
237+ < div className = "w-full h-svh flex flex-row justify-center items-center bg-gradient-landing " >
238+ < div className = "w-full max-w-7xl px-6 flex flex-col gap-6 select-none" >
240239 < FadeIn >
241240 < h1 className = "font-bold text-t0 text-white" >
242241 404
@@ -247,9 +246,6 @@ export default function NotFound404() {
247246 Not Found
248247 </ h1 >
249248 </ FadeIn >
250- { /* <Link href="/" className='font-bold text-white animated-underline'>
251- return home
252- </Link> */ }
253249 </ div >
254250 </ div >
255251 </ main >
You can’t perform that action at this time.
0 commit comments