diff --git a/src/AdminPage.tsx b/src/AdminPage.tsx index 03c4f9a..36ef2d8 100644 --- a/src/AdminPage.tsx +++ b/src/AdminPage.tsx @@ -1829,9 +1829,9 @@ export default function AdminPage({ content, onSave, onLogout }: Props) {

Current Series

-

Update the active study card and companion guide content.

+

Update the active series card shown on the homepage and episodes page.

- {FIELDS.filter(f => f.section === 'series').map(({ key, label, multiline }) => ( + {FIELDS.filter(f => f.section === 'series' && !['studyGuideTitle', 'studyGuideDescription', 'studyGuideUrl'].includes(f.key)).map(({ key, label, multiline }) => (
{multiline ? ( @@ -1844,6 +1844,7 @@ export default function AdminPage({ content, onSave, onLogout }: Props) { )}
))} +

Companion study guide title, description, and Amazon link are now managed in Downloads.

{renderSaveStatus()}
)} @@ -2075,11 +2076,6 @@ export default function AdminPage({ content, onSave, onLogout }: Props) {