There was an error while loading. Please reload this page.
1 parent d85be77 commit 88bfcccCopy full SHA for 88bfccc
1 file changed
apps/web/src/app/page.tsx
@@ -23,7 +23,9 @@ export default function HomePage() {
23
cheatcode ready to build
24
</h1>
25
<HomeComposerFromSearchParams />
26
- <FeaturedReplays />
+ <Suspense fallback={<div className="mt-6 h-32 w-full rounded-2xl bg-[#f7f7f7]" />}>
27
+ <FeaturedReplays />
28
+ </Suspense>
29
</section>
30
</main>
31
</div>
0 commit comments