From 092d7914cac4a86c755ade695917a9fd06e99ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=84=9D=EC=A7=84?= Date: Fri, 26 Apr 2024 00:11:48 +0900 Subject: [PATCH] =?UTF-8?q?fix(client,=20ui):=20=EB=9D=BC=EB=B2=A8=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=EC=82=AC=EC=9D=B4=EC=A6=88=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/profile/ProfileImageUploader/index.tsx | 2 +- packages/ui/src/InfoBox/index.tsx | 2 +- packages/ui/src/Input/index.tsx | 2 +- packages/ui/src/Select/index.tsx | 2 +- packages/ui/src/Textarea/index.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/profile/ProfileImageUploader/index.tsx b/apps/web/src/components/profile/ProfileImageUploader/index.tsx index 5301728d..a4663be4 100644 --- a/apps/web/src/components/profile/ProfileImageUploader/index.tsx +++ b/apps/web/src/components/profile/ProfileImageUploader/index.tsx @@ -78,7 +78,7 @@ const ProfileImageUploader = ({ return ( - + 프로필 사진 {label && ( - + {label} )} diff --git a/packages/ui/src/Input/index.tsx b/packages/ui/src/Input/index.tsx index 8ff3983e..6d32e92c 100644 --- a/packages/ui/src/Input/index.tsx +++ b/packages/ui/src/Input/index.tsx @@ -16,7 +16,7 @@ export const Input = forwardRef(function Input( return ( {label && ( - + {label} )} diff --git a/packages/ui/src/Select/index.tsx b/packages/ui/src/Select/index.tsx index efcea050..57509606 100644 --- a/packages/ui/src/Select/index.tsx +++ b/packages/ui/src/Select/index.tsx @@ -38,7 +38,7 @@ export const Select = forwardRef(function Select( return ( {label && ( - + {label} )} diff --git a/packages/ui/src/Textarea/index.tsx b/packages/ui/src/Textarea/index.tsx index 646f6e43..5196da46 100644 --- a/packages/ui/src/Textarea/index.tsx +++ b/packages/ui/src/Textarea/index.tsx @@ -25,7 +25,7 @@ export const Textarea = forwardRef(function Textarea( return ( {label && ( - + {label} )}