From b20c9adccb340e115bc53c50513f5f9058f2afd5 Mon Sep 17 00:00:00 2001 From: zolostays Date: Thu, 17 Sep 2020 15:40:14 +0530 Subject: [PATCH] [fix]: issue #112 --- src/components/social.js | 44 +++++++++++++++++++------------------- src/components/subtitle.js | 2 +- src/components/title.js | 4 ++-- src/components/work.js | 42 ++++++++++++++++++------------------ src/pages/index.js | 2 +- 5 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/components/social.js b/src/components/social.js index eb7d076..a1c10cb 100644 --- a/src/components/social.js +++ b/src/components/social.js @@ -16,7 +16,7 @@ const Social = props => { props.handleSocialChange("github", event)} /> @@ -30,7 +30,7 @@ const Social = props => { props.handleSocialChange("twitter", event)} /> @@ -44,7 +44,7 @@ const Social = props => { props.handleSocialChange("dev", event)} /> @@ -58,7 +58,7 @@ const Social = props => { props.handleSocialChange("codepen", event)} /> @@ -72,7 +72,7 @@ const Social = props => { props.handleSocialChange("codesandbox", event)} /> @@ -86,7 +86,7 @@ const Social = props => { props.handleSocialChange("stackoverflow", event)} /> @@ -100,7 +100,7 @@ const Social = props => { props.handleSocialChange("linkedin", event)} /> @@ -114,7 +114,7 @@ const Social = props => { props.handleSocialChange("kaggle", event)} /> @@ -128,7 +128,7 @@ const Social = props => { props.handleSocialChange("fb", event)} /> @@ -142,7 +142,7 @@ const Social = props => { props.handleSocialChange("instagram", event)} /> @@ -156,7 +156,7 @@ const Social = props => { props.handleSocialChange("dribbble", event)} /> @@ -170,7 +170,7 @@ const Social = props => { props.handleSocialChange("behance", event)} /> @@ -184,7 +184,7 @@ const Social = props => { props.handleSocialChange("medium", event)} /> @@ -198,7 +198,7 @@ const Social = props => { props.handleSocialChange("youtube", event)} /> @@ -212,7 +212,7 @@ const Social = props => { props.handleSocialChange("codechef", event)} /> @@ -226,7 +226,7 @@ const Social = props => { props.handleSocialChange("hackerrank", event)} /> @@ -240,7 +240,7 @@ const Social = props => { props.handleSocialChange("codeforces", event)} /> @@ -254,7 +254,7 @@ const Social = props => { props.handleSocialChange("leetcode", event)} /> @@ -268,7 +268,7 @@ const Social = props => { props.handleSocialChange("topcoder", event)} /> @@ -282,7 +282,7 @@ const Social = props => { props.handleSocialChange("hackerearth", event)} /> @@ -296,7 +296,7 @@ const Social = props => { props.handleSocialChange("geeks_for_geeks", event) @@ -312,7 +312,7 @@ const Social = props => { props.handleSocialChange("rssurl", event)} /> diff --git a/src/components/subtitle.js b/src/components/subtitle.js index 3bccdfd..9006c70 100644 --- a/src/components/subtitle.js +++ b/src/components/subtitle.js @@ -8,7 +8,7 @@ const Subtitle = props => { props.handleDataChange("subtitle", event)} /> diff --git a/src/components/title.js b/src/components/title.js index 97e095e..1609a78 100644 --- a/src/components/title.js +++ b/src/components/title.js @@ -9,14 +9,14 @@ const Title = props => {
props.handlePrefixChange("title", event)} /> props.handleDataChange("title", event)} /> diff --git a/src/components/work.js b/src/components/work.js index 60dee43..2672704 100644 --- a/src/components/work.js +++ b/src/components/work.js @@ -10,21 +10,21 @@ const Work = props => { props.handlePrefixChange("currentWork", event)} /> props.handleDataChange("currentWork", event)} /> props.handleLinkChange("currentWork", event)} /> @@ -32,21 +32,21 @@ const Work = props => {
props.handlePrefixChange("collaborateOn", event)} /> props.handleDataChange("collaborateOn", event)} /> props.handleLinkChange("collaborateOn", event)} /> @@ -54,21 +54,21 @@ const Work = props => {
props.handlePrefixChange("helpWith", event)} /> props.handleDataChange("helpWith", event)} /> props.handleLinkChange("helpWith", event)} /> @@ -77,14 +77,14 @@ const Work = props => {
props.handlePrefixChange("currentLearn", event)} /> props.handleDataChange("currentLearn", event)} /> @@ -92,14 +92,14 @@ const Work = props => {
props.handlePrefixChange("ama", event)} /> props.handleDataChange("ama", event)} /> @@ -108,14 +108,14 @@ const Work = props => {
props.handlePrefixChange("contact", event)} /> props.handleDataChange("contact", event)} /> @@ -124,14 +124,14 @@ const Work = props => {
props.handlePrefixChange("portfolio", event)} /> props.handleLinkChange("portfolio", event)} /> @@ -139,14 +139,14 @@ const Work = props => {
props.handlePrefixChange("blog", event)} /> props.handleLinkChange("blog", event)} /> @@ -154,14 +154,14 @@ const Work = props => {
props.handlePrefixChange("funFact", event)} /> props.handleDataChange("funFact", event)} /> diff --git a/src/pages/index.js b/src/pages/index.js index e19a0f9..8a1b073 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -645,7 +645,7 @@ const IndexPage = () => {
setRestore(e.target.value)}