Skip to content

Commit fdbcbdc

Browse files
author
Dennis Braun
committed
Change sidebar icons: Signal Trends (📈) and Channel Timeline (📡)
1 parent a0ea07f commit fdbcbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,10 +808,10 @@
808808
<span class="event-badge" id="event-badge" style="display:none;"></span>
809809
</a>
810810
<a class="sidebar-link" data-view="trends">
811-
<span class="icon">&#128202;</span> {{ t.signal_trends }}
811+
<span class="icon">&#128200;</span> {{ t.signal_trends }}
812812
</a>
813813
<a class="sidebar-link" data-view="channels">
814-
<span class="icon">&#128202;</span> {{ t.channel_timeline }}
814+
<span class="icon">&#128225;</span> {{ t.channel_timeline }}
815815
</a>
816816
<div class="sidebar-section-label">{{ t.sidebar_external }}</div>
817817
{% if speedtest_configured %}

0 commit comments

Comments
 (0)