diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-11 16:52:33 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-11 16:52:33 +0700 |
| commit | c520c39918694e793da661c30975d6c4b60eb63c (patch) | |
| tree | 50256725bb6e13d2b7d497ad259387f0519d5a5d /src/lib/form | |
| parent | b027c12d678698a9b8adcf4508a6160321c8172a (diff) | |
fix rfq title and customer review
Diffstat (limited to 'src/lib/form')
| -rw-r--r-- | src/lib/form/components/RequestForQuotation.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/form/components/RequestForQuotation.jsx b/src/lib/form/components/RequestForQuotation.jsx index cd8fbfd6..31efb5d6 100644 --- a/src/lib/form/components/RequestForQuotation.jsx +++ b/src/lib/form/components/RequestForQuotation.jsx @@ -77,7 +77,7 @@ const RequestForQuotation = () => { } return ( <div className='container mx-auto p-4 md:p-0 my-0 md:my-10'> - <h1 className='text-h-sm md:text-title-sm font-semibold mb-6'>Kunjungan Sales</h1> + <h1 className='text-h-sm md:text-title-sm font-semibold mb-6'>Request for Quotation</h1> <div className='w-full grid grid-cols-1 md:grid-cols-2'> <form onSubmit={handleSubmit(onSubmitHandler)} className='grid grid-cols-1 gap-y-6'> |
