Add admin control for hero podcast art image; v1.1.28

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-08-05 11:18:49 -04:00
parent 4c9bbee58a
commit f53dcdec4f
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1119,7 +1119,7 @@ function LandingPage({ content }: { content: SiteContent }) {
<div className="hero-art">
<div className="art-glow" aria-hidden="true" />
<img
src="/images/podcast-art.jpeg"
src={content.podcastArtUrl || '/images/podcast-art.jpeg'}
alt="Verse by Verse with Nate podcast artwork"
className="podcast-art"
/>