fresh-main #1

Merged
KeyArgo merged 16 commits from fresh-main into main 2025-05-01 22:37:52 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2ccda18017 - Show all commits

View File

@ -115,7 +115,7 @@ const services = [
{socialLinks.map(social => (
<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">
<Fragment set:html={social.icon} />
{/* <Fragment set:html={social.icon} /> */}
</svg>
</a>
))}