added disclaimer under the 2d bar code

This commit is contained in:
2024-02-15 09:38:29 +01:00
parent 98b8465ab2
commit 66037b7b76

View File

@@ -134,6 +134,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ location, bill }) => {
<label className="cursor-pointer label p-2 grow bg-white">
<img src={barcodeImage} className="grow sm:max-w-[350px]" />
</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
}