feat: align icons with text
This commit is contained in:
@@ -393,8 +393,9 @@ export const IntegrationSettingsModal = ({
|
|||||||
setSettings({ ...settings, integrationType: "googleSheets" });
|
setSettings({ ...settings, integrationType: "googleSheets" });
|
||||||
navigate(`/robots/${recordingId}/integrate/google`);
|
navigate(`/robots/${recordingId}/integrate/google`);
|
||||||
}}
|
}}
|
||||||
|
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
||||||
>
|
>
|
||||||
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ marginRight: "8px" }} />
|
<img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ marginBottom: "8px" }} />
|
||||||
Google Sheets
|
Google Sheets
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
@@ -406,8 +407,9 @@ export const IntegrationSettingsModal = ({
|
|||||||
setSettings({ ...settings, integrationType: "airtable" });
|
setSettings({ ...settings, integrationType: "airtable" });
|
||||||
navigate(`/robots/${recordingId}/integrate/airtable`);
|
navigate(`/robots/${recordingId}/integrate/airtable`);
|
||||||
}}
|
}}
|
||||||
|
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
||||||
>
|
>
|
||||||
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ marginRight: "8px" }} />
|
<img src="/public/svg/airtable.svg" alt="Airtable" style={{ marginBottom: "8px" }} />
|
||||||
Airtable
|
Airtable
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user