This commit is contained in:
Matthew Stratford 2021-01-28 23:04:04 +00:00
parent 9ec14b1879
commit dc15d2d7d7
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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">