Skip to content

Commit

Permalink
chore: remove account widget slot items
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Aug 5, 2024
1 parent ad67f8b commit 1a4710d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/app/components/account/Widget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
</p>
</div>
</template>

<template #item="{ item }">
<span class="truncate">{{ item.label }}</span>
<UIcon :name="item.icon" class="flex-shrink-0 h-4 w-4 text-gray-400 dark:text-gray-500 ms-auto" />
</template>
</UDropdown>
</template>

Expand Down

0 comments on commit 1a4710d

Please sign in to comment.