We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53227bf commit b4075cdCopy full SHA for b4075cd
1 file changed
packages/app/src/app.tsx
@@ -29,7 +29,7 @@ import { Suspense } from "solid-js"
29
30
const Home = lazy(() => import("@/pages/home"))
31
const Session = lazy(() => import("@/pages/session"))
32
-const Loading = () => <div class="size-full flex items-center justify-center text-text-weak">Loading...</div>
+const Loading = () => <div class="size-full" />
33
34
declare global {
35
interface Window {
0 commit comments