Update Menu.svelte

This commit is contained in:
Timothy Jaeryang Baek 2024-05-15 13:40:25 -05:00 committed by GitHub
parent 85dbdd23fc
commit 9381113f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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