File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,19 @@ export default function Loading() {
55 return (
66 < div className = "container mx-auto my-auto flex items-center justify-center px-4 py-8" >
77 < div className = "w-full space-y-6" >
8- { /* Hero skeleton */ }
8+ { /* Hero */ }
99 < div className = "flex w-full flex-col items-center justify-center gap-y-2 sm:flex-row sm:items-baseline sm:gap-y-0" >
10- { /* "Inspect any domain's" text */ }
11- < div className = "h-9 w-[400px] animate-pulse rounded-lg bg-muted/30 sm:h-12 md:h-14" />
10+ < h1 className = "flex w-full flex-col items-center justify-center gap-y-2 text-center font-semibold text-3xl leading-none tracking-tight sm:flex-row sm:items-baseline sm:gap-y-0 sm:text-4xl md:text-5xl" >
11+ < span className = "whitespace-nowrap text-foreground/90" >
12+ Inspect any domain's
13+ </ span >
14+ < span className = "ml-2.5 inline-flex items-center rounded-lg bg-muted/70 px-2 py-0.5 text-foreground shadow-sm ring-1 ring-border/60 backdrop-blur supports-[backdrop-filter]:backdrop-blur-md sm:rounded-xl sm:px-3 sm:py-1" >
15+ registration
16+ </ span >
17+ < span className = "hidden whitespace-nowrap text-foreground/90 sm:inline" >
18+ .
19+ </ span >
20+ </ h1 >
1221 </ div >
1322
1423 { /* Search section skeleton */ }
You can’t perform that action at this time.
0 commit comments