add icon to button
parent
69d1f865ec
commit
803d98d494
|
|
@ -46,7 +46,8 @@
|
||||||
|
|
||||||
<p class="has-text-right">
|
<p class="has-text-right">
|
||||||
<button class="button is-success" id="button--cleanupDatabase" data-cy="cleanup" type="button">
|
<button class="button is-success" id="button--cleanupDatabase" data-cy="cleanup" type="button">
|
||||||
Cleanup Database
|
<span class="icon"><i class="fas fa-broom" aria-hidden="true"></i></span>
|
||||||
|
<span>Cleanup Database</span>
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue