Removed open button

This commit is contained in:
Luke Hagar
2024-02-13 11:32:02 -06:00
committed by GitHub
parent c0f261abca
commit ca468271f7

View File

@@ -105,13 +105,6 @@
</td>
<td>
<div class="flex flex-col justify-center gap-1">
<a
href={`/home/identities/${identity.id}`}
class="btn btn-sm variant-filled-primary text-sm !text-white"
data-sveltekit-preload-data="hover"
>
Open
</a>
<button
on:click={() => TriggerCodeModal(identity, modalStore)}
class="btn btn-sm variant-filled-primary text-sm !text-white"