|
@@ -132,12 +132,12 @@
|
|
<div class="flex items-center">{$i18n.t('Share')}</div>
|
|
<div class="flex items-center">{$i18n.t('Share')}</div>
|
|
</DropdownMenu.Item>
|
|
</DropdownMenu.Item>
|
|
|
|
|
|
- <DropdownMenu.Item
|
|
|
|
|
|
+ <!-- <DropdownMenu.Item
|
|
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer"
|
|
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer"
|
|
on:click={() => {
|
|
on:click={() => {
|
|
downloadHandler();
|
|
downloadHandler();
|
|
}}
|
|
}}
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
<DropdownMenu.Sub>
|
|
<DropdownMenu.Sub>
|
|
<DropdownMenu.SubTrigger
|
|
<DropdownMenu.SubTrigger
|
|
class="flex gap-2 items-center px-3 py-2 text-sm cursor-pointer dark:hover:bg-gray-800 rounded-md"
|
|
class="flex gap-2 items-center px-3 py-2 text-sm cursor-pointer dark:hover:bg-gray-800 rounded-md"
|