Skip to content

Commit c7cc8bb

Browse files
committed
.
1 parent ddd1641 commit c7cc8bb

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

app/globals.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@
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

components/ui/404.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)