Fixes
This commit is contained in:
parent
9ec14b1879
commit
dc15d2d7d7
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
font-variant-numeric: tabular-nums; // Make the text monospace so it stops jumping.
|
||||
}
|
||||
|
||||
.silence {
|
||||
.error {
|
||||
font-weight: bold;
|
||||
font-size: 1.1em;
|
||||
-webkit-animation: red-text-flash steps(1) 1s infinite;
|
||||
|
|
|
@ -70,7 +70,7 @@ export function Timelord() {
|
|||
broadcastState.connectionState in ["LIVE", "CONNECTED", "NOT_CONNECTED"]
|
||||
) ? (
|
||||
<span className="error">Streaming Error!</span>
|
||||
) : !isSilence ? (
|
||||
) : isSilence ? (
|
||||
<span className="error">SILENCE DETECTED</span>
|
||||
) : (
|
||||
<span className="source">
|
||||
|
|
Loading…
Reference in a new issue