From 625a4dcfaefeb9e0f55538c05a24ce3da69bce99 Mon Sep 17 00:00:00 2001 From: Jakob Schott <154420406+jakobsitory@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:51:43 +0100 Subject: [PATCH] fix: changed 'Download example CSV'-link to a button (#4975) --- .../contacts/components/upload-contacts-button.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/apps/web/modules/ee/contacts/components/upload-contacts-button.tsx b/apps/web/modules/ee/contacts/components/upload-contacts-button.tsx index fcf4381dcb..829caf3752 100644 --- a/apps/web/modules/ee/contacts/components/upload-contacts-button.tsx +++ b/apps/web/modules/ee/contacts/components/upload-contacts-button.tsx @@ -360,13 +360,11 @@ export const UploadContactsCSVButton = ({ )} {!csvResponse.length && ( -

- - {t("environments.contacts.upload_contacts_modal_download_example_csv")}{" "} - -

+
+ +
)}