File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,15 @@ export default function NotFound() {
3737 < div className = "mb-6 space-y-2" >
3838 < h2 className = "text-3xl md:text-5xl font-bold text-white mb-4 animate-bounce" > Page not found</ h2 >
3939 < p className = "text-lg md:text-xl text-slate-300 animate-fade-in" >
40- Sorry, the page you visited doesn' t exist or has been moved.
40+ Sorry, the page you visited doesn' t exist or has been moved.
4141 </ p >
4242 </ div >
4343
4444 { /* Description */ }
4545 < div className = "mb-8 animate-pulse" >
4646 < p className = "text-slate-400 max-w-md mx-auto leading-relaxed" >
47- Don't worry, this happens. You can return to the home page or try searching for what you're looking for.
47+ Don't worry, this happens. You can return to the home page or try searching for what you're
48+ looking for.
4849 </ p >
4950 </ div >
5051
You can’t perform that action at this time.
0 commit comments