fix: broken gsheet svg path

This commit is contained in:
amhsirak
2025-02-27 01:50:42 +05:30
parent 59dac85035
commit fcd07a328e

View File

@@ -394,7 +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" }} /> <img src="/public/svg/gsheet.svg" alt="Google Sheets" style={{ marginRight: "8px" }} />
Google Sheets Google Sheets
</Button> </Button>