diff --git a/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx b/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx index dea05f2ebaf..662736e16c6 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/push/push-preview.tsx @@ -99,11 +99,13 @@ export const PushContentContainerPreview = ({ children, className, ...rest }: HT export const PushBackgroundWithPhone = ({ children, className, ...rest }: HTMLAttributes) => { return ( -
- {children} +
+
+ {children} +
); }; diff --git a/apps/dashboard/src/components/workflow-editor/steps/sms/sms-phone.tsx b/apps/dashboard/src/components/workflow-editor/steps/sms/sms-phone.tsx index afd72370eb4..ae70b7e54e5 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/sms/sms-phone.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/sms/sms-phone.tsx @@ -46,7 +46,7 @@ export const SmsPhone = ({ isLoading?: boolean; error?: boolean; }) => ( -
+
{isLoading ? ( diff --git a/apps/dashboard/src/components/workflow-editor/steps/sms/sms-preview.tsx b/apps/dashboard/src/components/workflow-editor/steps/sms/sms-preview.tsx index 566634e3078..1ffb129d2c8 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/sms/sms-preview.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/sms/sms-preview.tsx @@ -3,7 +3,7 @@ import { ChannelTypeEnum, SmsRenderOutput, type GeneratePreviewResponseDto } fro import { ReactNode } from 'react'; const SmsPreviewContainer = ({ children }: { children: ReactNode }) => { - return
{children}
; + return
{children}
; }; export const SmsPreview = ({