Fix Add Authentication button icon

This commit is contained in:
Rory Powell 2022-01-05 10:31:44 -05:00
parent d74d1d66b8
commit e115a561c2
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>