From 6ba4f4efdfa3d99740617eb3f4d1dbf9978534ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Mon, 23 Feb 2026 17:54:52 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20[account-transactions]=20createIcon?= =?UTF-8?q?=20React.createElement=20=EB=B0=A9=EC=8B=9D=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - useRef/useEffect DOM 조작 → React 네이티브 SVG 렌더링 - arrow-up-circle/arrow-down-circle 아이콘 별칭 추가 --- .../finance/account-transactions.blade.php | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/resources/views/finance/account-transactions.blade.php b/resources/views/finance/account-transactions.blade.php index 85b46ded..feabc615 100644 --- a/resources/views/finance/account-transactions.blade.php +++ b/resources/views/finance/account-transactions.blade.php @@ -20,18 +20,21 @@