From 13a374790ec7681eb709b46798f6ab58842fdcee Mon Sep 17 00:00:00 2001
From: KIM_DEAHO <102588838+DHowor1d@users.noreply.github.com>
Date: Thu, 24 Oct 2024 11:24:23 +0900
Subject: [PATCH 1/3] =?UTF-8?q?feat:=20add=20setting=20=EB=B0=98=EC=9D=91?=
=?UTF-8?q?=ED=98=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Setting.jsx | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/components/Setting.jsx b/src/components/Setting.jsx
index 540ac9a..b5f572b 100644
--- a/src/components/Setting.jsx
+++ b/src/components/Setting.jsx
@@ -83,7 +83,7 @@ const Setting = () => { // Setting 컴포넌트
{isEditing ? (
<>
setName(e.target.value)}
/>
@@ -95,7 +95,7 @@ const Setting = () => { // Setting 컴포넌트
>
) : (
<>
- {name}
+ {name}
{description}
>
)}
@@ -124,7 +124,7 @@ const Setting = () => { // Setting 컴포넌트
- 소셜 정보
-
+ 소셜 정보
+
가입 시 등록된 소셜 정보입니다.
- 회원 탈퇴
-
-
+
탈퇴 시 작성하신 포스트 및 댓글이 모두 삭제되며 복구되지 않습니다.
From d469e3c6094e7faa9cc974a8400f7a2e6a02e46a Mon Sep 17 00:00:00 2001
From: KIM_DEAHO <102588838+DHowor1d@users.noreply.github.com>
Date: Thu, 24 Oct 2024 11:46:22 +0900
Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=EB=B0=98=EC=9D=91=ED=98=95=20?=
=?UTF-8?q?=EC=99=84=EB=A3=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Setting.jsx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/components/Setting.jsx b/src/components/Setting.jsx
index b5f572b..f52a1a2 100644
--- a/src/components/Setting.jsx
+++ b/src/components/Setting.jsx
@@ -133,7 +133,7 @@ const Setting = () => { // Setting 컴포넌트
onChange={(e) => setBlogTitle(e.target.value)}
/>
저장
@@ -166,9 +166,11 @@ const Setting = () => { // Setting 컴포넌트
className="flex-grow p-1 text-lg font-light duration-200 border border-gray-300 rounded hover:border-gray-500"
value={email}
onChange={(e) => setEmail(e.target.value)}
- />
+ />
+ {/* w-12 h-8 */}
+ {/* w-24 h-10 */}
저장
From 61257bd4ce9c4e227dda996439abd68a98df6db0 Mon Sep 17 00:00:00 2001
From: KIM_DEAHO <102588838+DHowor1d@users.noreply.github.com>
Date: Thu, 24 Oct 2024 11:53:25 +0900
Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=EC=97=90=EB=94=94=ED=84=B0=20?=
=?UTF-8?q?=EB=B0=98=EC=9D=91=ED=98=95=20=EC=99=84=EB=A3=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/EditorPage/MdEditor.jsx | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/components/EditorPage/MdEditor.jsx b/src/components/EditorPage/MdEditor.jsx
index a18327d..59b5042 100644
--- a/src/components/EditorPage/MdEditor.jsx
+++ b/src/components/EditorPage/MdEditor.jsx
@@ -16,8 +16,8 @@ function MdEditor() {
return (