[skip ci] update file's name while giving frame in agent balance on qr section
This commit is contained in:
@ -249,7 +249,7 @@ const PaymentCard = ({ barcode, agent_name, customerId }: any) => {
|
||||
className="relative w-[400px] h-[550px] rounded-xl overflow-hidden shadow-xl bg-white mt-20"
|
||||
>
|
||||
<img
|
||||
src="/media/images/fixed-card.png"
|
||||
src={toAbsoluteUrl('/media/images/fixed-card.png')}
|
||||
alt="Card Frame"
|
||||
className="absolute inset-0 w-full h-full object-cover z-0"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user