chore: Comment out SVG icon injection for diagnostics

This commit is contained in:
Daniel LaForce 2025-04-28 01:40:36 -06:00
parent c10e68cc8f
commit 2ccda18017
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ const services = [
{socialLinks.map(social => ( {socialLinks.map(social => (
<a href={social.url} class="social-link" aria-label={social.name} target="_blank" rel="noopener"> <a href={social.url} class="social-link" aria-label={social.name} target="_blank" rel="noopener">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<Fragment set:html={social.icon} /> {/* <Fragment set:html={social.icon} /> */}
</svg> </svg>
</a> </a>
))} ))}