1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Replace zoomout image in timeline with FA icon

This commit is contained in:
Tessa Walsh 2024-04-04 14:03:48 -04:00
parent 86ee3bd752
commit 85e844a261
2 changed files with 4 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
@keyup.enter="changePeriod(parents[0])"
:title="getPeriodZoomOutText(parents[0])"
tabindex="1">
<img src="/static/zoom-out-icon-333316.png" /> {{parents[0].getReadableId(true)}}
<i class="fa fa-search-minus"></i> {{parents[0].getReadableId(true)}}
</span>
</span>
&gt;