{/* --- HEADER FIJO --- */}
{/* --- CONFIGURACIÓN --- */}
{isConfigOpen && (
)}{/* --- VISTA PREVIA --- */}
);
};const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
PKF Cabrera | Newsletter Generator
{activeTab === 'config' && (
)}
{activeTab === 'columnists' && (
)}
General
Contenido Principal
Detalles
setConfig({...config, mainImage: e.target.value})} className="w-full bg-slate-900 border border-slate-600 rounded p-2 text-xs text-white mb-2 focus:border-blue-500"/>
Gestión de Firmas
{columnists.map((col) => {
const isPredefined = PREDEFINED_COLUMNISTS.some(p => p.name === col.name);
return (
);
})}
{col.image ? (
{e.target.style.display='none'; e.target.nextSibling.style.display='flex'}} />) : null}
updateColumnist(col.id, 'name', e.target.value)} className="w-full bg-transparent border-b border-slate-500 focus:border-blue-500 text-sm text-white outline-none pb-1 placeholder-slate-400"/>
updateColumnist(col.id, 'role', e.target.value)} className="w-full bg-transparent border-b border-slate-500 focus:border-blue-500 text-xs text-slate-300 outline-none pb-1 placeholder-slate-400"/>
