mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
update ui icons /e enums / etc with airtable data
This commit is contained in:
parent
45d2c18c16
commit
6b8295c133
6 changed files with 25 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
IconLayoutKanban,
|
||||
IconLinkPlus,
|
||||
IconMail,
|
||||
IconTable,
|
||||
IconTicket,
|
||||
} from "@tabler/icons-react";
|
||||
import {
|
||||
|
|
@ -62,6 +63,8 @@ export const getConnectorIcon = (connectorType: string) => {
|
|||
return <IconCalendar {...iconProps} />;
|
||||
case "GOOGLE_GMAIL_CONNECTOR":
|
||||
return <IconMail {...iconProps} />;
|
||||
case "AIRTABLE_CONNECTOR":
|
||||
return <IconTable {...iconProps} />;
|
||||
case "DEEP":
|
||||
return <Sparkles {...iconProps} />;
|
||||
case "DEEPER":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue