Skip to content

Commit

Permalink
fix: ui bug (#2236)
Browse files Browse the repository at this point in the history
Co-authored-by: KishenKumarrrrr <[email protected]>
  • Loading branch information
KishenKumarrrrr and KishenKumarrrrr authored Nov 23, 2023
1 parent c5c3a1d commit 66f2a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const EmailRecipients = ({
return (
<>
<StepSection>
<StepHeader title="Upload CSV File">
<StepHeader title="Upload CSV File" subtitle="Step 2">
<p>
Only CSV format files are allowed. If you have an Excel file, please
convert it by going to File &gt; Save As &gt; CSV (Comma delimited).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const SMSRecipients = ({
return (
<>
<StepSection>
<StepHeader title="Upload CSV File">
<StepHeader title="Upload CSV File" subtitle="Step 2">
<p>
Only CSV format files are allowed. If you have an Excel file, please
convert it by going to File &gt; Save As &gt; CSV (Comma delimited).
Expand Down

0 comments on commit 66f2a56

Please sign in to comment.