Add info text and range indicator

This commit is contained in:
Niklas Meinzer
2024-05-31 15:53:11 +02:00
parent be05cf9dd1
commit 9108c5fb9e
3 changed files with 73 additions and 22 deletions

View File

@@ -31,4 +31,7 @@ export const flatData = {
new Flat("W 2.7", 5, 95.7)
]
}
}
}
export const minRent = 9.50;
export const maxRent = 15.60;