diff --git a/src/components/social.jsx b/src/components/social.jsx index b6684e49..298c97de 100644 --- a/src/components/social.jsx +++ b/src/components/social.jsx @@ -1,5 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; +import hashnodeLogo from "../images/icons/Social/hashnode.svg" const Social = (props) => { const { social, handleSocialChange } = props; @@ -177,7 +178,7 @@ const Social = (props) => {