->>>>>>> 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() {