jbilcke-hf HF staff commited on
Commit
d8662ab
1 Parent(s): 3ff3e7f
Files changed (1) hide show
  1. src/app/main.tsx +6 -1
src/app/main.tsx CHANGED
@@ -52,7 +52,12 @@ export function Main() {
52
  ? <ClapTimeline
53
  showFPS
54
  />
55
- : <p className="text-stone-50 text-4xl">Loading..</p>}
 
 
 
 
 
56
  <Toaster />
57
  </div>
58
  </TooltipProvider>
 
52
  ? <ClapTimeline
53
  showFPS
54
  />
55
+ : <p
56
+ className="text-stone-100 font-sans font-thin text-[4.5vw]"
57
+ style={{ textShadow: "#000 1px 0 3px" }}
58
+ >
59
+ {clapUrl ? 'Loading..' : 'Error: missing .clap file'}
60
+ </p>}
61
  <Toaster />
62
  </div>
63
  </TooltipProvider>