mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix wrong icon icon-play to icon-reload
This commit is contained in:
parent
cfea43e5d9
commit
6cb5844d30
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.portmaster_update == true %}
|
{% if post.portmaster_update == true %}
|
||||||
<span class="box-icon">
|
<span class="box-icon">
|
||||||
<i class="icon-play text-xl"></i>
|
<i class="icon-reload text-xl"></i>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue