fix: remove loading text after splash
This commit is contained in:
parent
53227bfc2a
commit
b4075cd856
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue