feat: bold gsheet link

This commit is contained in:
amhsirak
2025-02-27 04:09:02 +05:30
parent 98410d33b8
commit a7e267155f

View File

@@ -442,7 +442,7 @@ export const IntegrationSettingsModal = ({
href={`https://docs.google.com/spreadsheets/d/${recording.google_sheet_id}`} href={`https://docs.google.com/spreadsheets/d/${recording.google_sheet_id}`}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
style={{ marginLeft: "4px" }} style={{ marginLeft: "4px", fontWeight: "bold" }}
> >
{t("integration_settings.google.alerts.success.here")} {t("integration_settings.google.alerts.success.here")}
</a> </a>