From 048e2a4e6e2358648eda9d42f3ba00dfdbc1881d Mon Sep 17 00:00:00 2001 From: wheat779 Date: Wed, 26 Dec 2018 14:56:59 -0800 Subject: [PATCH] Remove dead link to a user's twitter (#26357) Remove link to twitter.com/getifyjr, who said users can contact him for help, because the twitter account no longer exists --- guide/english/react/state-vs-props/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guide/english/react/state-vs-props/index.md b/guide/english/react/state-vs-props/index.md index 7419c733ab..a19a0cf917 100644 --- a/guide/english/react/state-vs-props/index.md +++ b/guide/english/react/state-vs-props/index.md @@ -80,6 +80,4 @@ It gives output as "I am a good person", in fact I am. There is lot more to learn on State and Props. Many things can be learnt by actually diving into coding. So get your hands dirty by coding. -Reach me out on [twitter](https://twitter.com/getifyJr) if needed. - Happy Coding !!!