views/template.ecr: remove trailing | character on backend switcher

This commit is contained in:
Fijxu 2025-03-31 00:14:42 -03:00
parent b29f5b39de
commit ce97a41301
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -132,7 +132,10 @@
<% if status[index] == 2 %> #42ae3c; <% end %>
">•</span>
<% end %>
</a> <span> | </span>
</a>
<% if !(index == CONFIG.invidious_companion.size-1) %>
<span> | </span>
<% end %>
<% end %>
</div>
<% end %>