diff --git a/components/TemplateEditor.tsx b/components/TemplateEditor.tsx index 4485fa0..9ab42aa 100644 --- a/components/TemplateEditor.tsx +++ b/components/TemplateEditor.tsx @@ -297,7 +297,7 @@ const Editor: React.FC = ({ initialTemplate, onBack, onSave }) => { Renders as standard HTML -
+
{/* Simulate Subject Line in Preview */}
@@ -437,4 +437,4 @@ const Editor: React.FC = ({ initialTemplate, onBack, onSave }) => { ); }; -export default Editor; \ No newline at end of file +export default Editor;