Remove helper text from external sites section on homepage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nmemmert
2026-06-16 11:35:13 -04:00
parent d42c00d6dd
commit 68fa1497a3
-1
View File
@@ -1111,7 +1111,6 @@ function ExternalSitesSection({ content }: { content: SiteContent }) {
<div className="download-library-head"> <div className="download-library-head">
<p className="eyebrow">Homepage Links</p> <p className="eyebrow">Homepage Links</p>
<h2 className="section-heading">External sites and ministries worth checking out.</h2> <h2 className="section-heading">External sites and ministries worth checking out.</h2>
<p className="download-library-copy">These links are shown on the homepage, separate from the footer menu.</p>
</div> </div>
<div className="resources-list"> <div className="resources-list">
{links.map(link => ( {links.map(link => (