From 3ad037cf8478c94b4ee191e5ed7003ab670d8ae4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 6 May 2026 12:02:25 +0000 Subject: [PATCH] fix(site): also fix × entity in comparison component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to nonZero's ✓ fix — the same JSX entity issue applies to the × (×) on the "Without BrainLayer" side, which was rendering as literal "×" text. Replace with the Unicode × character. https://claude.ai/code/session_01NmYMFxKaRteEJgx2QroV54 --- site/components/comparison.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/components/comparison.tsx b/site/components/comparison.tsx index 42cb690..9d61f31 100644 --- a/site/components/comparison.tsx +++ b/site/components/comparison.tsx @@ -41,7 +41,7 @@ export function Comparison() { className="flex items-start gap-3 text-[15px] leading-relaxed text-text-secondary" > - × + × {item}