From 47887d7fbd3f04c3c8bfcc30aef5857dbce29c7c Mon Sep 17 00:00:00 2001 From: nmemmert Date: Tue, 16 Jun 2026 10:03:21 -0400 Subject: [PATCH] Add admin-editable QR code image to homepage share section Co-Authored-By: Claude Sonnet 4.6 --- src/AdminPage.tsx | 3 +++ src/App.tsx | 2 +- src/content.ts | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) 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 ?