diff --git a/src/navbar/timelord.scss b/src/navbar/timelord.scss
index db40f3a..0bcc690 100644
--- a/src/navbar/timelord.scss
+++ b/src/navbar/timelord.scss
@@ -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;
diff --git a/src/navbar/timelord.tsx b/src/navbar/timelord.tsx
index f5f13be..ec56fd2 100644
--- a/src/navbar/timelord.tsx
+++ b/src/navbar/timelord.tsx
@@ -70,7 +70,7 @@ export function Timelord() {
broadcastState.connectionState in ["LIVE", "CONNECTED", "NOT_CONNECTED"]
) ? (
Streaming Error!
- ) : !isSilence ? (
+ ) : isSilence ? (
SILENCE DETECTED
) : (