fix typo in treff page
This commit is contained in:
parent
e2134ad84a
commit
d99a8af056
|
@ -16,7 +16,7 @@ export default () => {
|
|||
return (
|
||||
<Layout>
|
||||
<h2>
|
||||
Raumtatus{" "}
|
||||
Raumstatus{" "}
|
||||
<span style={{ color: opened ? `green` : `darkred` }}>
|
||||
{opened ? "OFFEN" : "GESCHLOSSEN"}
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue