Adjust added cost to 1.50 € and change some wording

This commit is contained in:
Niklas Meinzer
2024-11-02 22:07:11 +01:00
parent 243ca18eb5
commit 7099d6b3e1
2 changed files with 9 additions and 9 deletions

View File

@@ -109,6 +109,6 @@ export const flatData = {
]
}
}
const addedCost = 1.2;
const addedCost = 1.5;
export const minRent = 9.45 + addedCost;
export const maxRent = 13.06 + addedCost;