Switch to Lucide icons

This commit is contained in:
Gregory Schier
2024-01-15 15:42:28 -08:00
parent 408e7e80b7
commit 18852dca06
11 changed files with 46 additions and 62 deletions

View File

@@ -595,7 +595,7 @@ const SidebarItem = forwardRef(function SidebarItem(
{
key: 'sendAll',
label: 'Send All',
leftSlot: <Icon icon="paperPlane" />,
leftSlot: <Icon icon="sendHorizontal" />,
onSelect: () => sendManyRequests.mutate(child.children.map((c) => c.item.id)),
},
{ type: 'separator', label: itemName },