diff --git a/apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx b/apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx index 086e7bd39..0f5925741 100644 --- a/apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx +++ b/apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx @@ -137,12 +137,12 @@ export const TemplateBulkSendDialog = ({
-
+

CSV Structure

-

+

For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format. @@ -153,7 +153,7 @@ export const TemplateBulkSendDialog = ({ Current recipients:

-
    +
      {recipients.map((recipient, index) => (
    • {recipient.name ? `${recipient.name} (${recipient.email})` : recipient.email} @@ -167,7 +167,7 @@ export const TemplateBulkSendDialog = ({ Download Template CSV -

      +

      Pre-formatted CSV template with example data.

@@ -200,14 +200,14 @@ export const TemplateBulkSendDialog = ({ ) : (
- + {value.name}