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