diff --git a/src/pages/home/components/PromiseCard.tsx b/src/pages/home/components/PromiseCard.tsx index c0cadcd..afbfa2c 100644 --- a/src/pages/home/components/PromiseCard.tsx +++ b/src/pages/home/components/PromiseCard.tsx @@ -39,11 +39,16 @@ const PromiseCard = ({ {!isCompleted && (memberCount === 1 ? ( -
- -

- 친구를 초대하기 -

+
+
+ +

+ 친구를 초대하기 +

+
+
+ +
) : (
diff --git a/src/pages/promise/CreatePromiseForm.tsx b/src/pages/promise/CreatePromiseForm.tsx index d89f850..1bf2d10 100644 --- a/src/pages/promise/CreatePromiseForm.tsx +++ b/src/pages/promise/CreatePromiseForm.tsx @@ -205,18 +205,6 @@ const CreatePromiseForm = () => {
-
- - -
-