diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 08:59:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-24 08:59:29 +0700 |
| commit | 0768abc2828369a0c41a8042e0d005d32b5315ba (patch) | |
| tree | 48443a6c8861ea9c182e58320f6b13e3741fd484 /src/pages | |
| parent | d42a1c2bb522a3b29c60bbe75d0d250fa3fca6d8 (diff) | |
<iman> update error code
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 60dcb9e0..0e4ee5e6 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -125,6 +125,7 @@ export default function Home({categoryId}) { </div> <div className='my-16 flex flex-col gap-y-8'> + <div className='my-16 flex flex-col gap-y-8'> <ServiceList /> <div id='flashsale'> <PreferredBrand /> @@ -141,6 +142,7 @@ export default function Home({categoryId}) { <BannerSection /> <CustomerReviews /> </div> + </div> </div> </DesktopView> |
