link to status.ctdo.de from room state

This commit is contained in:
neri 2019-12-14 18:21:58 +01:00
parent c3765e70a4
commit b317cb06fb
1 changed files with 5 additions and 2 deletions

View File

@ -19,8 +19,11 @@ export default () => {
}, []) }, [])
return ( return (
<span style={{ color: roomStateData[openState].color }}> <a
href="https://status.ctdo.de/"
style={{ color: roomStateData[openState].color }}
>
{roomStateData[openState].text} {roomStateData[openState].text}
</span> </a>
) )
} }