@@ -58,10 +58,10 @@ export default function NotFound(): React.ReactElement {
5858 } }
5959 >
6060 < div className = "flex items-center h-full px-4 gap-6" >
61- < div className = "w-20 h-7 bg-muted-foreground/40 rounded" > </ div >
62- < div className = "w-16 h-7 bg-muted-foreground/40 rounded" > </ div >
63- < div className = "w-18 h-7 bg-muted-foreground/40 rounded" > </ div >
64- < div className = "w-14 h-7 bg-muted-foreground/40 rounded" > </ div >
61+ < div className = "w-20 h-7 bg-muted-foreground/40 rounded" / >
62+ < div className = "w-16 h-7 bg-muted-foreground/40 rounded" / >
63+ < div className = "w-18 h-7 bg-muted-foreground/40 rounded" / >
64+ < div className = "w-14 h-7 bg-muted-foreground/40 rounded" / >
6565 </ div >
6666 </ motion . div >
6767
@@ -79,7 +79,7 @@ export default function NotFound(): React.ReactElement {
7979 } }
8080 >
8181 < div className = "h-10 border-b-2 border-muted-foreground/30 bg-muted/25 flex items-center px-4" >
82- < div className = "w-20 h-5 bg-muted-foreground/40 rounded" > </ div >
82+ < div className = "w-20 h-5 bg-muted-foreground/40 rounded" / >
8383 </ div >
8484 < div className = "p-4 space-y-3" >
8585 { [ ...Array ( 10 ) ] . map ( ( _ , i ) => (
@@ -91,8 +91,8 @@ export default function NotFound(): React.ReactElement {
9191 ) : (
9292 < Music className = "w-5 h-5 text-muted-foreground/60" />
9393 ) }
94- < div className = "w-24 h-4 bg-muted-foreground/40 rounded" > </ div >
95- < div className = "w-12 h-3 bg-muted-foreground/30 rounded text-xs" > </ div >
94+ < div className = "w-24 h-4 bg-muted-foreground/40 rounded" / >
95+ < div className = "w-12 h-3 bg-muted-foreground/30 rounded text-xs" / >
9696 </ div >
9797 ) ) }
9898 </ div >
@@ -112,7 +112,7 @@ export default function NotFound(): React.ReactElement {
112112 } }
113113 >
114114 < div className = "h-10 border-b-2 border-muted-foreground/30 bg-muted/25 flex items-center px-4" >
115- < div className = "w-16 h-5 bg-muted-foreground/40 rounded" > </ div >
115+ < div className = "w-16 h-5 bg-muted-foreground/40 rounded" / >
116116 </ div >
117117 < div className = "p-6" >
118118 < div className = "w-full h-48 border border-border/30 rounded-lg bg-muted/10 flex items-center justify-center" >
@@ -181,10 +181,10 @@ export default function NotFound(): React.ReactElement {
181181 >
182182 < Video className = "w-5 h-5 mr-3 text-muted-foreground/60" />
183183 < div className = "flex gap-2" >
184- < div className = "w-20 h-6 bg-blue-500/50 rounded" > </ div >
185- < div className = "w-16 h-6 bg-blue-500/50 rounded" > </ div >
186- < div className = "w-24 h-6 bg-blue-500/50 rounded" > </ div >
187- < div className = "w-12 h-6 bg-blue-500/50 rounded" > </ div >
184+ < div className = "w-20 h-6 bg-blue-500/50 rounded" / >
185+ < div className = "w-16 h-6 bg-blue-500/50 rounded" / >
186+ < div className = "w-24 h-6 bg-blue-500/50 rounded" / >
187+ < div className = "w-12 h-6 bg-blue-500/50 rounded" / >
188188 </ div >
189189 </ motion . div >
190190
@@ -203,9 +203,9 @@ export default function NotFound(): React.ReactElement {
203203 >
204204 < Music className = "w-5 h-5 mr-3 text-muted-foreground/60" />
205205 < div className = "flex gap-2" >
206- < div className = "w-32 h-6 bg-green-500/50 rounded" > </ div >
207- < div className = "w-20 h-6 bg-green-500/50 rounded" > </ div >
208- < div className = "w-16 h-6 bg-green-500/50 rounded" > </ div >
206+ < div className = "w-32 h-6 bg-green-500/50 rounded" / >
207+ < div className = "w-20 h-6 bg-green-500/50 rounded" / >
208+ < div className = "w-16 h-6 bg-green-500/50 rounded" / >
209209 </ div >
210210 </ motion . div >
211211
@@ -224,10 +224,10 @@ export default function NotFound(): React.ReactElement {
224224 >
225225 < Scissors className = "w-5 h-5 mr-3 text-muted-foreground/60" />
226226 < div className = "flex gap-2" >
227- < div className = "w-12 h-6 bg-purple-500/50 rounded" > </ div >
228- < div className = "w-8 h-6 bg-purple-500/50 rounded" > </ div >
229- < div className = "w-14 h-6 bg-purple-500/50 rounded" > </ div >
230- < div className = "w-10 h-6 bg-purple-500/50 rounded" > </ div >
227+ < div className = "w-12 h-6 bg-purple-500/50 rounded" / >
228+ < div className = "w-8 h-6 bg-purple-500/50 rounded" / >
229+ < div className = "w-14 h-6 bg-purple-500/50 rounded" / >
230+ < div className = "w-10 h-6 bg-purple-500/50 rounded" / >
231231 </ div >
232232 </ motion . div >
233233 </ div >
@@ -261,7 +261,7 @@ export default function NotFound(): React.ReactElement {
261261 } }
262262 >
263263 < div className = "h-10 border-b-2 border-muted-foreground/30 bg-muted/25 flex items-center px-4" >
264- < div className = "w-20 h-5 bg-muted-foreground/40 rounded" > </ div >
264+ < div className = "w-20 h-5 bg-muted-foreground/40 rounded" / >
265265 </ div >
266266 < div className = "p-4 grid grid-cols-6 gap-3" >
267267 { [ ...Array ( 12 ) ] . map ( ( _ , i ) => (
@@ -466,7 +466,7 @@ export default function NotFound(): React.ReactElement {
466466 < div className = "flex flex-col flex-1 min-w-0" >
467467 < div className = "flex items-baseline gap-2 mb-1" >
468468 < span className = "text-sm font-semibold text-foreground" > Kimu</ span >
469- < div className = "w-1.5 h-1.5 bg-green-500 rounded-full" > </ div >
469+ < div className = "w-1.5 h-1.5 bg-green-500 rounded-full" / >
470470 </ div >
471471 < div className = "bg-muted/15 rounded-2xl rounded-tl-sm px-4 py-2.5 shadow-sm border border-border/30 w-fit max-w-[280px] sm:max-w-xs relative" >
472472 < div className = "absolute -inset-1 rounded-2xl pointer-events-none" >
@@ -483,7 +483,7 @@ export default function NotFound(): React.ReactElement {
483483
484484 { /* Second message - consecutive message */ }
485485 < div className = "flex items-start gap-3 mb-1" >
486- < div className = "w-8 h-8 flex-shrink-0" > </ div >
486+ < div className = "w-8 h-8 flex-shrink-0" / >
487487 < div className = "flex flex-col flex-1 min-w-0 relative" >
488488 { /* Typing indicator */ }
489489 < motion . div
@@ -557,7 +557,7 @@ export default function NotFound(): React.ReactElement {
557557
558558 { /* Third message - Button as message */ }
559559 < div className = "flex items-start gap-3" >
560- < div className = "w-8 h-8 flex-shrink-0" > </ div >
560+ < div className = "w-8 h-8 flex-shrink-0" / >
561561 < div className = "flex flex-col flex-1 min-w-0 mt-2" >
562562 < motion . div
563563 initial = { { opacity : 0 , y : 10 } }
0 commit comments