From a2b09539c6be330716fbcec07409e3c4c57e2cf5 Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Thu, 19 Jun 2025 16:52:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=BD=94=EB=93=9C=20=EC=8A=A4=ED=83=80?= =?UTF-8?q?=EC=9D=BC=20=EA=B0=9C=EC=84=A0=20-=20=EC=89=BC=ED=91=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=20=EB=B0=8F=20JSX=20=ED=8F=AC=EB=A7=B7?= =?UTF-8?q?=ED=8C=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 3 ++- src/components/ui/card.tsx | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 297a7b5..67eda8a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -48,7 +48,8 @@ function App() { className="h-12 w-12 text-primary" fill="none" stroke="currentColor" - viewBox="0 0 24 24"> + viewBox="0 0 24 24" + > @@ -36,7 +36,7 @@ const CardTitle = React.forwardRef< ref={ref} className={cn( "text-2xl font-semibold leading-none tracking-tight", - className + className, )} {...props} />