diff --git a/app/page.tsx b/app/page.tsx index 35119cb..c8b58f0 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -431,7 +431,9 @@ export default function HomePage() { )} - + {(sitesLoading || sites.length > 0) && ( + + )} ) }