Fix wrong icon icon-play to icon-reload

This commit is contained in:
Luke 2022-02-10 12:02:40 +01:00
parent cfea43e5d9
commit 6cb5844d30

View file

@ -16,7 +16,7 @@
{% endif %}
{% if post.portmaster_update == true %}
<span class="box-icon">
<i class="icon-play text-xl"></i>
<i class="icon-reload text-xl"></i>
</span>
{% endif %}
</div>