Add admin-editable QR code image to homepage share section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-16 10:03:21 -04:00
parent 48c2f81d00
commit 47887d7fbd
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@ function LandingPage({ content }: { content: SiteContent }) {
<p className="share-p">{content.shareP || 'Scan the QR code or text the show link to a friend who needs encouragement today.'}</p>
<ShareShowButton />
</div>
<img src="/images/qr-code.jpg" alt="QR code to share the show" className="share-qr" />
<img src={content.shareQrImageUrl || '/images/qr-code.jpg'} alt="QR code to share the show" className="share-qr" />
</div>
</section>