summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-24 10:04:38 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-24 10:04:38 +0700
commitf073b22e917acde22c21808906a37270e274085f (patch)
tree44b662cd98eb73b95ff7f679e9c226ec63ecd04a /src-migrate
parentd4f59658ab714325f7ff679997c22b306e766d5c (diff)
<iman> ubah image
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/product-detail/components/AddToQuotation.tsx10
1 files changed, 8 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/AddToQuotation.tsx b/src-migrate/modules/product-detail/components/AddToQuotation.tsx
index cc91f729..09a7501d 100644
--- a/src-migrate/modules/product-detail/components/AddToQuotation.tsx
+++ b/src-migrate/modules/product-detail/components/AddToQuotation.tsx
@@ -120,9 +120,15 @@ const AddToQuotation = ({
onClick={handleButton}
color={'red'}
colorScheme='white'
- className='w-full border-2 flex items-center'
+ className='w-full border-2 p-2 hover:bg-slate-100 flex items-center'
>
- <ArrowDownTrayIcon className='w-[18px] mr-2' />
+ <ImageNext
+ src='/images/writing.png'
+ alt='penawaran instan'
+ className='w-fit h-fit p-1'
+ width={20}
+ height={20}
+ />
Penawaran Harga Instan
</Button>
<BottomPopup