chore: Comment out SVG icon injection for diagnostics
This commit is contained in:
parent
c10e68cc8f
commit
2ccda18017
|
@ -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>
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in New Issue