Updating error message for wall oage

This commit is contained in:
Samantha Kellow 2023-11-23 16:25:29 +00:00
parent 2824ecd34e
commit 80490d88b4

View File

@ -26,7 +26,7 @@ export default async function Wardrobe() {
<ProductGridItems products={liveProducts} /> <ProductGridItems products={liveProducts} />
</Grid> </Grid>
) : <section className='container my-16'> ) : <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>} </section>}
<Suspense> <Suspense>
<Footer /> <Footer />