diff --git a/public/devto-logo.svg b/public/devto-logo.svg
new file mode 100644
index 0000000..e438b7a
--- /dev/null
+++ b/public/devto-logo.svg
@@ -0,0 +1,26 @@
+
+
+
diff --git a/src/App/App.tsx b/src/App/App.tsx
index c6e4006..aa35bf6 100644
--- a/src/App/App.tsx
+++ b/src/App/App.tsx
@@ -12,6 +12,7 @@ import {
WorkExperience,
} from '@/components'
import Hero from '@/components/Hero/hero'
+import { CONTACT_LINKS } from '@/constant/contact'
import * as ThemeContext from '@/context/theme.context'
import '@/styles/index.scss'
import { PAGES } from '@/types/pages'
@@ -23,10 +24,8 @@ import 'animate.css'
import cn from 'classnames'
import React, { createRef, useContext, useEffect } from 'react'
import { AiOutlineDown, AiOutlineUp } from 'react-icons/ai'
-import { RiGithubLine, RiLinkedinFill } from 'react-icons/ri'
import { Poppable } from 'webrix/components'
import useAppCxt from '../hook/app.hook'
-import { CONTACT_LINKS } from '@/constant/contact'
import { NavLink } from './styled'
const GAP = 5
diff --git a/src/constant/contact.tsx b/src/constant/contact.tsx
index 006f72a..a60c5a3 100644
--- a/src/constant/contact.tsx
+++ b/src/constant/contact.tsx
@@ -23,7 +23,7 @@ export const CONTACT_LINKS: any[] = [
href={LINKS?.dev_to}
title="Dev.to account"
>
-
+
,