We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a6d3e commit a691dbeCopy full SHA for a691dbe
src/client/components/ChatBubble.js
@@ -19,7 +19,7 @@ import {
19
IconChartPie,
20
IconBrandTrello,
21
IconNews,
22
- IconListCheck as IconListCheckTabler,
+ IconListCheck,
23
IconBrandDiscord,
24
IconBrandWhatsapp,
25
IconCalendarEvent,
@@ -57,10 +57,9 @@ const toolIcons = {
57
google_search: IconWorldSearch,
58
trello: IconBrandTrello,
59
news: IconNews,
60
- todoist: IconListCheck,
61
discord: IconBrandDiscord,
62
whatsapp: IconBrandWhatsapp,
63
- gtasks: IconListCheckTabler,
+ gtasks: IconListCheck,
64
gcalendar_alt: IconCalendarEvent,
65
default: IconTool
66
}
0 commit comments