From 9025d1b0d4ffe94682ae017e51948df25deab0d3 Mon Sep 17 00:00:00 2001 From: Im-younique Date: Mon, 10 Jun 2024 16:04:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[chore]=20=EB=B2=84=ED=8A=BC=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20=EC=A0=95=EB=A0=AC=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 --- client/src/components/base/Button/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/base/Button/index.tsx b/client/src/components/base/Button/index.tsx index 36a2dd7..607215d 100644 --- a/client/src/components/base/Button/index.tsx +++ b/client/src/components/base/Button/index.tsx @@ -31,7 +31,7 @@ export default function Button(props: ButtonProps) { return ( + ); } diff --git a/client/src/components/Modal/modal-icon.tsx b/client/src/components/Modal/modal-icon.tsx index e65ab4f..0524c98 100644 --- a/client/src/components/Modal/modal-icon.tsx +++ b/client/src/components/Modal/modal-icon.tsx @@ -14,7 +14,7 @@ export default function ModalIcon({ type }: IType) {
- +
); }