added disclaimer under the 2d bar code
This commit is contained in:
@@ -134,6 +134,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ location, bill }) => {
|
|||||||
<label className="cursor-pointer label p-2 grow bg-white">
|
<label className="cursor-pointer label p-2 grow bg-white">
|
||||||
<img src={barcodeImage} className="grow sm:max-w-[350px]" />
|
<img src={barcodeImage} className="grow sm:max-w-[350px]" />
|
||||||
</label>
|
</label>
|
||||||
|
<p className="text-xs my-1">After scanning the code make sure the information is correct.<br/>We are not liable in case of an incorrect payment.</p>
|
||||||
</div> : null
|
</div> : null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user