From ea1666d57d9d516afa261637a6fbc0ad62ff9781 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 2 Jun 2025 20:48:01 +0300 Subject: [PATCH] Fix arrow left icon pointing right on Safari --- app/components/icons/ArrowLeft.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/icons/ArrowLeft.tsx b/app/components/icons/ArrowLeft.tsx index 979006d8d..5071d98f3 100644 --- a/app/components/icons/ArrowLeft.tsx +++ b/app/components/icons/ArrowLeft.tsx @@ -14,12 +14,11 @@ export function ArrowLeftIcon({ style={style} viewBox="0 0 20 20" fill="currentColor" - transform="rotate(180)" >