diff --git a/src/AdminPage.tsx b/src/AdminPage.tsx index af64f26..4cb2da7 100644 --- a/src/AdminPage.tsx +++ b/src/AdminPage.tsx @@ -870,6 +870,7 @@ const FIELDS: Array<{ key: StringField; label: string; multiline?: boolean; sect { key: 'studyGuideUrl', label: 'Study Guide URL (Amazon link)', section: 'series' }, { key: 'shareHeading', label: 'Share Section — Heading', section: 'share' }, { key: 'shareP', label: 'Share Section — Paragraph', multiline: true, section: 'share' }, + { key: 'shareQrImageUrl', label: 'Share Section — QR Code Image', section: 'share' }, { key: 'prismVideoUrl', label: 'PRISM — Video URL', section: 'prism' }, { key: 'prismEyebrow', label: 'PRISM — Eyebrow', section: 'prism' }, { key: 'prismHeading', label: 'PRISM — Heading', section: 'prism' }, @@ -3577,6 +3578,8 @@ export default function AdminPage({ content, onSave, onLogout }: Props) { {multiline ?