We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ea07f commit fdbcbdcCopy full SHA for fdbcbdc
app/templates/index.html
@@ -808,10 +808,10 @@
808
<span class="event-badge" id="event-badge" style="display:none;"></span>
809
</a>
810
<a class="sidebar-link" data-view="trends">
811
- <span class="icon">📊</span> {{ t.signal_trends }}
+ <span class="icon">📈</span> {{ t.signal_trends }}
812
813
<a class="sidebar-link" data-view="channels">
814
- <span class="icon">📊</span> {{ t.channel_timeline }}
+ <span class="icon">📡</span> {{ t.channel_timeline }}
815
816
<div class="sidebar-section-label">{{ t.sidebar_external }}</div>
817
{% if speedtest_configured %}
0 commit comments