fix(Tools): replace unsupported arrow glyph U+1F816 with standard →

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:01:33 +00:00
parent ed9d770889
commit 938c0a7a46
+1 -1
View File
@@ -81,7 +81,7 @@ export function Tools() {
href={tool.cta.href}
className="font-bold leading-normal text-[1rem] whitespace-nowrap hover:text-[#f6a701] transition-colors"
>
🠖 {tool.cta.label}
{tool.cta.label}
</Link>
</div>
</div>