From 6f81414c52278e5eac7291609f36b6c7cb310316 Mon Sep 17 00:00:00 2001 From: Jayjunyoung Date: Wed, 22 May 2024 18:54:42 +0900 Subject: [PATCH] =?UTF-8?q?design:=20ContactSection=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=EC=9E=85=EB=A0=A5=20=EA=B3=B5=EB=B0=B1=EC=8B=9C=20css=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mainSection/ContactSection.tsx | 17 +------ .../_components/mainSection/IntroSection.tsx | 44 ------------------- 2 files changed, 1 insertion(+), 60 deletions(-) diff --git a/gitlio/app/editor/_components/mainSection/ContactSection.tsx b/gitlio/app/editor/_components/mainSection/ContactSection.tsx index 7b4f2c1..dae37f1 100644 --- a/gitlio/app/editor/_components/mainSection/ContactSection.tsx +++ b/gitlio/app/editor/_components/mainSection/ContactSection.tsx @@ -19,7 +19,6 @@ export default function ContactSection() {

#Contact

-<<<<<<< HEAD
@@ -31,7 +30,7 @@ export default function ContactSection() {
) : (
insert your name
@@ -39,17 +38,6 @@ export default function ContactSection() {
-======= -
- {contactInfo.name ? ( -
{contactInfo.name}
- ) : ( -
- insert your name -
- )} -
->>>>>>> develop
@@ -71,7 +59,6 @@ export default function ContactSection() { '' )}
-<<<<<<< HEAD {blog.url ? blog.url : ''}
@@ -91,8 +78,6 @@ export default function ContactSection() { '' )}
-======= ->>>>>>> develop {blog.url ? blog.url : ''}
diff --git a/gitlio/app/editor/_components/mainSection/IntroSection.tsx b/gitlio/app/editor/_components/mainSection/IntroSection.tsx index 4dcfdff..8f8534e 100644 --- a/gitlio/app/editor/_components/mainSection/IntroSection.tsx +++ b/gitlio/app/editor/_components/mainSection/IntroSection.tsx @@ -19,7 +19,6 @@ export default function IntroSection() { }, [profile.introDescription]); return ( -<<<<<<< HEAD

#Introduction

{intro.option === 'option3' ? ( @@ -115,49 +114,6 @@ export default function IntroSection() {
)} -======= -
-

#Introduction

-
-
-
-
- {profile.profileImage ? ( - Profile - ) : ( -
- Profile -
- )} -
-
-
- {profile.title ? ( -
- {profile.title} -
- ) : ( -
- {'insert your title'} -
- )} - -
- {profile.tagList?.map((tag, index) => ( - - ))} -
-
-
-
- {profile.introDescription} -
-
->>>>>>> develop
); }