Merge branch 'hotfix/1.21.1' into develop

This commit is contained in:
2024-02-15 10:04:46 +01:00
3 changed files with 3 additions and 3 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

View File

@@ -9,7 +9,7 @@ networks:
services: services:
web-app: web-app:
image: utility-bills-tracker:1.21.0 image: utility-bills-tracker:1.21.1
networks: networks:
- traefik-network - traefik-network
- mongo-network - mongo-network