fix typo in treff page

This commit is contained in:
neri 2019-12-12 00:18:10 +01:00
parent e2134ad84a
commit d99a8af056
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default () => {
return (
<Layout>
<h2>
Raumtatus{" "}
Raumstatus{" "}
<span style={{ color: opened ? `green` : `darkred` }}>
{opened ? "OFFEN" : "GESCHLOSSEN"}
</span>