diff --git a/src/invidious/views/template.ecr b/src/invidious/views/template.ecr
index faea05d9..a3f437c4 100644
--- a/src/invidious/views/template.ecr
+++ b/src/invidious/views/template.ecr
@@ -127,7 +127,7 @@
<% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %>
<% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %>
<% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %>
- ">•
+ ">❚
<% if !(index == CONFIG.invidious_companion.size-1) %>
|
@@ -142,7 +142,7 @@
<% if status[index] == BackendInfo::Status::Dead.to_i %> #fd4848; <% end %>
<% if status[index] == BackendInfo::Status::Blocked.to_i %> #ddc338; <% end %>
<% if status[index] == BackendInfo::Status::Working.to_i %> #42ae3c; <% end %>
- ">•
+ ">❚
<% if !(index == CONFIG.invidious_companion.size-1) %>
|