feat(front/auth-token): use better icon for new token generation button
This commit is contained in:
parent
8d13bd0c8d
commit
8ddcd50c35
@ -17,7 +17,7 @@
|
|||||||
<Icon name="key"/>
|
<Icon name="key"/>
|
||||||
Auth tokens
|
Auth tokens
|
||||||
</h2>
|
</h2>
|
||||||
<Form action="{route('generate-token')}" submitText="Generate a new token" submitIcon="plus"/>
|
<Form action="{route('generate-token')}" submitText="Generate a new token" submitIcon="file-plus"/>
|
||||||
|
|
||||||
<Pagination pagination={$locals.pagination} routeName="auth-tokens" contextSize={3}/>
|
<Pagination pagination={$locals.pagination} routeName="auth-tokens" contextSize={3}/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user