Fix menu not closing on apikey link

This commit is contained in:
Webifi 2023-05-29 21:34:53 -05:00
parent c20c5da931
commit e2b9c57164
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
{/if}
</a>
<hr class="dropdown-divider">
<a href={'#/'} class="dropdown-item">
<a href={'#/'} class="dropdown-item" on:click={close}>
<span><Fa icon={faKey}/></span> API Key
</a>
</div>