feat(front/auth-token): make token revoke action button mode to gain space

This commit is contained in:
Alice Gaudon 2022-03-06 18:33:05 +01:00
parent 8ddcd50c35
commit e3f7b5e7c7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</td>
<td class="actions">
<Form action="{route('revoke-token', token.id)}" submitText="Revoke" submitIcon="trash"
submitClass="danger"/>
submitClass="danger" button/>
</td>
</tr>
{/each}