From 61dd4b208930ecbd263bdc916d654005fd8611da Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 14 Oct 2025 11:29:26 +0200 Subject: [PATCH] style: flip comment icon horizontally - Add flip='horizontal' prop to comment icon - Better visual alignment with comment text --- src/components/HighlightItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index 3c07fef7..0e0e6d96 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -346,7 +346,7 @@ export const HighlightItem: React.FC = ({ {highlight.comment && (
- + {highlight.comment}
)}