Skip to content

Commit

Permalink
fix: ui bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KishenKumarrrrr committed Nov 23, 2023
1 parent c5c3a1d commit 632e78f
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 632e78f

Please sign in to comment.