feat: integration icons
This commit is contained in:
@@ -394,6 +394,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
navigate(`/robots/${recordingId}/integrate/google`);
|
navigate(`/robots/${recordingId}/integrate/google`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<img src="/public/svg/google-sheets.svg" alt="Google Sheets" style={{ marginRight: "8px" }} />
|
||||||
Google Sheets
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
@@ -406,6 +407,7 @@ export const IntegrationSettingsModal = ({
|
|||||||
navigate(`/robots/${recordingId}/integrate/airtable`);
|
navigate(`/robots/${recordingId}/integrate/airtable`);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ marginRight: "8px" }} />
|
||||||
Airtable
|
Airtable
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user