HotFix: small HTML fixes

This commit is contained in:
2024-02-15 10:04:15 +01:00
parent 6a51a7fc7d
commit 7ef236a557
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ const Page:FC = async () => {
<source src="/welcome-demo-vp9-25fps-1500bps.webm" type="video/webm" /> <source src="/welcome-demo-vp9-25fps-1500bps.webm" type="video/webm" />
</video> </video>
<h1 className="text-2xl font-bold text-neutral-50 my-5">Easy copy of expenditures</h1> <h1 className="text-2xl font-bold text-neutral-50 my-5">Easy copy of expenditures</h1>
<p className="p mt-[1em]">All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.</p> <p className="p mt-[1em]">All your realestate and utilitys are automatically copied to the next month, so you don&apos;t neeed to do it by hand.</p>
<video className="m-auto mt-4" title="Demo kopiranja mjeseca" role="img" data-js-id="hero" loop muted playsInline autoPlay poster="bar-code-demo.png"> <video className="m-auto mt-4" title="Demo kopiranja mjeseca" role="img" data-js-id="hero" loop muted playsInline autoPlay poster="bar-code-demo.png">
<source src="/kopiranje-mjeseca-demo.webm" type="video/webm" /> <source src="/kopiranje-mjeseca-demo.webm" type="video/webm" />
</video> </video>

View File

@@ -132,7 +132,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ location, bill }) => {
barcodeImage ? barcodeImage ?
<div className="form-control p-1"> <div className="form-control p-1">
<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]" alt="2D Barcode" />
</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> <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