mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-27 09:46:25 +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
|
|
@ -12,6 +12,7 @@ import {
|
|||
BookOpen,
|
||||
Calendar,
|
||||
CheckSquare,
|
||||
Database,
|
||||
ExternalLink,
|
||||
FileText,
|
||||
Globe,
|
||||
|
|
@ -86,6 +87,11 @@ function getSourceIcon(type: string) {
|
|||
case "GOOGLE_GMAIL_CONNECTOR":
|
||||
return <Mail className="h-4 w-4" />;
|
||||
|
||||
// Airtable
|
||||
case "USER_SELECTED_AIRTABLE_CONNECTOR":
|
||||
case "AIRTABLE_CONNECTOR":
|
||||
return <Database className="h-4 w-4" />;
|
||||
|
||||
// YouTube
|
||||
case "USER_SELECTED_YOUTUBE_VIDEO":
|
||||
case "YOUTUBE_VIDEO":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue