diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 16:29:48 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 16:29:48 +0700 |
| commit | 8dea9e9242aca8bf003a7c2f69c96abafbf77e6d (patch) | |
| tree | d53523924e6d8382876b8182a0724a54e6316734 /src/lib/invoice/components/Invoice.jsx | |
| parent | 98910cc03fe1c4779396a5e376184c5d4f5b86b4 (diff) | |
page loader
Diffstat (limited to 'src/lib/invoice/components/Invoice.jsx')
| -rw-r--r-- | src/lib/invoice/components/Invoice.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index 1094e2e4..7559779b 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -200,7 +200,7 @@ const Invoice = ({ id }) => { product?.parent.name, product?.parent.id )} - className='w-[30%] flex-shrink-0' + className='w-[25%] flex-shrink-0' > <Image src={product?.parent?.image} |
