fixed missing icon

This commit is contained in:
Lynne Megido 2019-09-01 14:08:47 +10:00
parent 1d2095015c
commit fdacc204bf

View File

@ -24,7 +24,7 @@
<div class="panel-status">12345 posts stored</div>
</div>
<div class="panel-actions">
<a class="button btn-secondary" href="/bot/accounts/toggle/insert id here" title="Turn on/off"></i></a><a class="button btn-dangerous" href="/bot/accounts/delete/insert id here" title="Delete"><i class="fas fa-trash"></i></a>
<a class="button btn-secondary" href="/bot/accounts/toggle/insert id here" title="Turn on/off"><i class="fas fa-power-off"></i></a><a class="button btn-dangerous" href="/bot/accounts/delete/insert id here" title="Delete"><i class="fas fa-trash"></i></a>
</div>
</div>
</div>