fix: remove loading text after splash

This commit is contained in:
David Hill
2026-01-17 21:54:51 +00:00
parent 53227bfc2a
commit b4075cd856

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 {