mirror of
https://github.com/LukeHagar/ui-development-kit.git
synced 2025-12-06 12:57:44 +00:00
Removed open button
This commit is contained in:
@@ -105,13 +105,6 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="flex flex-col justify-center gap-1">
|
<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
|
<button
|
||||||
on:click={() => TriggerCodeModal(identity, modalStore)}
|
on:click={() => TriggerCodeModal(identity, modalStore)}
|
||||||
class="btn btn-sm variant-filled-primary text-sm !text-white"
|
class="btn btn-sm variant-filled-primary text-sm !text-white"
|
||||||
|
|||||||
Reference in New Issue
Block a user