fix: remove loading text after splash

This commit is contained in:
David Hill
2026-01-17 21:54:51 +00:00
parent e97a1f0cd8
commit d33c768397
+1 -1
View File
@@ -29,7 +29,7 @@ import { Suspense } from "solid-js"
const Home = lazy(() => import("@/pages/home"))
const Session = lazy(() => import("@/pages/session"))
const Loading = () => <div class="size-full flex items-center justify-center text-text-weak">Loading...</div>
const Loading = () => <div class="size-full" />
declare global {
interface Window {