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
); }