mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 04:21:49 +00:00
Removed open button
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user