fix: eslint rules
This commit is contained in:
		| @@ -43,7 +43,7 @@ const Constraint = ({ location }) => { | ||||
|  | ||||
|     return ( | ||||
|         <div className={'bg-white px-7 pt-4 pb-8 mt-6'}> | ||||
|             <Image src={'/assets/images/logo.svg'} width={100} height={50} /> | ||||
|             <Image src={'/assets/images/logo.svg'} width={100} height={50} alt={'logo'} /> | ||||
|  | ||||
|             <h3 className={'text-lg font-bold'}>Ada kendala dengan transaksimu?</h3> | ||||
|             <p>Cek transaksi dengan Order ID pembayaran:</p> | ||||
| @@ -86,7 +86,7 @@ const Constraint = ({ location }) => { | ||||
|                         <h3 className={`font-bold text-xl my-4 ${show ? 'block' : 'hidden'}`}>Status Transaksi</h3> | ||||
|  | ||||
|                         <div className={`${show ? 'block' : 'hidden'} bg-[#F7FCFC] border-2 border-[#DFDFDF] h-20 flex items-center gap-2 rounded-lg px-5 mt-2`}> | ||||
|                             <Image src={'/assets/icons/cariparkir.svg'} width={40} height={40}/> | ||||
|                             <Image src={'/assets/icons/cariparkir.svg'} width={40} height={40} alt={'icons'}/> | ||||
|                             <div className={'flex flex-col'}> | ||||
|                                 <span className={'font-semibold'}>{orderId}</span> | ||||
|                                 <span className={'text-[#FB5060] font-semibold text-sm'}>BELUM ADA TRANSAKSI</span> | ||||
| @@ -100,7 +100,7 @@ const Constraint = ({ location }) => { | ||||
|                         <h3 className={`font-bold text-xl my-4 ${show ? 'block' : 'hidden'}`}>Status Transaksi</h3> | ||||
|  | ||||
|                         <div className={`${show ? 'block' : 'hidden'} bg-[#F7FCFC] border-2 border-[#DFDFDF] h-20 flex items-center gap-2 rounded-lg px-5 mt-2`}> | ||||
|                             <Image src={'/assets/icons/cariparkir.svg'} width={40} height={40}/> | ||||
|                                 <Image src={'/assets/icons/cariparkir.svg'} width={40} height={40} alt={'icons'} /> | ||||
|                             <div className={'flex flex-col'}> | ||||
|                                 <span className={'font-semibold'}>{orderId}</span> | ||||
|                             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user