mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 23:46:58 +00:00
Updating error message for wall oage
This commit is contained in:
parent
2824ecd34e
commit
80490d88b4
@ -26,7 +26,7 @@ export default async function Wardrobe() {
|
||||
<ProductGridItems products={liveProducts} />
|
||||
</Grid>
|
||||
) : <section className='container my-16'>
|
||||
<h2 className='text-3xl flex justify-center my-16'>coming soon</h2>
|
||||
<h2 className='text-3xl flex justify-center my-16'>Opps! There was a problem</h2>
|
||||
</section>}
|
||||
<Suspense>
|
||||
<Footer />
|
||||
|
Loading…
x
Reference in New Issue
Block a user