Skip to content

Commit

Permalink
Replace zoom out icon in static with fontawesome icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Apr 4, 2024
1 parent b4955cc commit 3bef152
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions pywb/static/vue/vueui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pywb/vueui/src/components/TimelineBreadcrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3bef152

Please sign in to comment.