Compare commits

..

1 Commits

Author SHA1 Message Date
bb5fa0133f Adjust flat data for Bieterunde 2025 2025-09-18 14:57:11 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ function App() {
<ListItem>Nun siehst du den daraus resultierenden Mietpreis absolut und auf den Quadratmeter gerechnet.</ListItem>
</OrderedList>
</Box>
<SimpleGrid pt={5} columns={{ base: 1, md: 2, lg: 2 }} spacing={4}>
<Heading>Wohnung</Heading>

View File

@@ -103,7 +103,7 @@ export const flatData = {
new Flat("W 3.2 (Cluster)", 5, true, true, [
new Room("1 Person", 1, "3.2.02"), new Room("2 Personen", 2, "3.2.05"), new Room("1 Person (rollstuhlgerecht)", 1, "3.2.09")
]),
new Flat("3.3", 3, true)
new Flat("3.3", 3, true, false, null, ["3.3.02", "3.3.03", "3.3.04"])
]
},
"south": {

File diff suppressed because one or more lines are too long