refac
This commit is contained in:
parent
53ecfc2b5d
commit
79e92378de
|
@ -154,6 +154,7 @@
|
|||
{#if $user?.role === 'admin'}
|
||||
<DropdownMenu.Item
|
||||
as="a"
|
||||
target="_blank"
|
||||
class="flex gap-2 items-center py-1.5 px-3 text-sm select-none w-full cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md transition"
|
||||
id="chat-share-button"
|
||||
on:click={() => {
|
||||
|
@ -168,6 +169,7 @@
|
|||
<!-- Releases -->
|
||||
<DropdownMenu.Item
|
||||
as="a"
|
||||
target="_blank"
|
||||
class="flex gap-2 items-center py-1.5 px-3 text-sm select-none w-full cursor-pointer hover:bg-gray-50 dark:hover:bg-gray-800 rounded-md transition"
|
||||
id="chat-share-button"
|
||||
on:click={() => {
|
||||
|
|
Loading…
Reference in New Issue