From 938c0a7a4624e6e795a2b4dcfe9e6c5153706442 Mon Sep 17 00:00:00 2001 From: Marco Date: Tue, 30 Jun 2026 21:01:33 +0000 Subject: [PATCH] =?UTF-8?q?fix(Tools):=20replace=20unsupported=20arrow=20g?= =?UTF-8?q?lyph=20U+1F816=20with=20standard=20=E2=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/components/Tools.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Tools.tsx b/app/components/Tools.tsx index 594361d..8ad7dd2 100644 --- a/app/components/Tools.tsx +++ b/app/components/Tools.tsx @@ -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}