File tree Expand file tree Collapse file tree
app/expert-finder/library/[searchId]/outreach Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -332,10 +332,7 @@ export function OutreachDetailPageContent({
332332 onClose = { ( ) => ! isSendingToExpert && setShowSendToExpertConfirm ( false ) }
333333 title = "Send this email to the expert?"
334334 >
335- < p className = "text-sm text-gray-600 mb-4" >
336- This email will be sent to the expert. Sending may be disabled in non-production
337- environments.
338- </ p >
335+ < p className = "text-sm text-gray-600 mb-4" > This email will be sent to the expert.</ p >
339336 < div className = "flex justify-end gap-2" >
340337 < Button
341338 variant = "outlined"
Original file line number Diff line number Diff line change @@ -222,8 +222,7 @@ export function GeneratedEmailsList({
222222 title = "Send emails to experts?"
223223 >
224224 < p className = "text-sm text-gray-600 mb-4" >
225- The selected emails will be sent to the experts. Sending may be disabled in non-production
226- environments.
225+ The selected emails will be sent to the experts.
227226 </ p >
228227 < div className = "flex justify-end gap-2" >
229228 < Button
You can’t perform that action at this time.
0 commit comments