From 4ff81769d64da9324434f7a1cb9ea3cbefef6ee2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:17:07 +0000 Subject: [PATCH] Update homepage loading message cgen-32a47fa448f146568b27355284fcbd0c --- client/pages/Index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Index.tsx b/client/pages/Index.tsx index 4e72c6f0..ac906ba4 100644 --- a/client/pages/Index.tsx +++ b/client/pages/Index.tsx @@ -75,7 +75,7 @@ export default function Index() { ]; if (isLoading) { - return ; + return ; } return (