mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
fix: add min height for content
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
b2be63187e
commit
d166a2a877
@ -23,7 +23,7 @@ export default async function HomePage() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Hero />
|
<Hero />
|
||||||
<div className="my-3">
|
<div className="my-3 min-h-96">
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<HomePageContent />
|
<HomePageContent />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user