settings: Replace user groups delete button with fa-trash-o.

This makes this settings page a bit more consistent with the rest of
the site.
This commit is contained in:
Mandeep Singh
2021-04-03 11:44:06 +05:30
committed by Tim Abbott
parent f7f5308986
commit ea3cb941d4

View File

@@ -10,10 +10,10 @@
{{t 'Saved' }}
</button>
<button class="button save-status btn-danger small">
{{t 'Discard changes' }}
<i class="fa fa-undo" aria-label="{{t 'Delete' }}" title="{{t 'Delete' }}"></i>
</button>
<button class="button rounded small delete btn-danger">
{{t 'Delete' }}
<i class="fa fa-trash-o" aria-label="{{t 'Delete' }}" title="{{t 'Delete' }}"></i>
</button>
</h4>
<p class="subscribers">{{t 'Subscribers' }}</p>