Fix Add Authentication button icon

This commit is contained in:
Rory Powell 2022-01-05 10:31:44 -05:00
parent f049916764
commit d7bf178dfd
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
/>
{/if}
<div>
<ActionButton on:click={() => openConfigModal()} con="Add"
<ActionButton on:click={() => openConfigModal()} icon="Add"
>Add authentication</ActionButton
>
</div>