Skip to content

Commit b4075cd

Browse files
committed
fix: remove loading text after splash
1 parent 53227bf commit b4075cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import { Suspense } from "solid-js"
2929

3030
const Home = lazy(() => import("@/pages/home"))
3131
const Session = lazy(() => import("@/pages/session"))
32-
const Loading = () => <div class="size-full flex items-center justify-center text-text-weak">Loading...</div>
32+
const Loading = () => <div class="size-full" />
3333

3434
declare global {
3535
interface Window {

0 commit comments

Comments
 (0)