link to status.ctdo.de from room state
This commit is contained in:
parent
c3765e70a4
commit
b317cb06fb
|
@ -19,8 +19,11 @@ export default () => {
|
|||
}, [])
|
||||
|
||||
return (
|
||||
<span style={{ color: roomStateData[openState].color }}>
|
||||
<a
|
||||
href="https://status.ctdo.de/"
|
||||
style={{ color: roomStateData[openState].color }}
|
||||
>
|
||||
{roomStateData[openState].text}
|
||||
</span>
|
||||
</a>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue