Merge branch 'hotfix/1.21.1' into develop
This commit is contained in:
@@ -58,7 +58,7 @@ const Page:FC = async () => {
|
||||
<source src="/welcome-demo-vp9-25fps-1500bps.webm" type="video/webm" />
|
||||
</video>
|
||||
<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'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">
|
||||
<source src="/kopiranje-mjeseca-demo.webm" type="video/webm" />
|
||||
</video>
|
||||
|
||||
@@ -132,7 +132,7 @@ export const BillEditForm:FC<BillEditFormProps> = ({ location, bill }) => {
|
||||
barcodeImage ?
|
||||
<div className="form-control p-1">
|
||||
<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>
|
||||
<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
|
||||
|
||||
@@ -9,7 +9,7 @@ networks:
|
||||
|
||||
services:
|
||||
web-app:
|
||||
image: utility-bills-tracker:1.21.0
|
||||
image: utility-bills-tracker:1.21.1
|
||||
networks:
|
||||
- traefik-network
|
||||
- mongo-network
|
||||
|
||||
Reference in New Issue
Block a user