fix(common): Added expected homeURL that was missing (#16922)

* fix(common): Added expected homeURL that was missing

added variable homeURL that is imported into file Timeline.jsx

BREAKING CHANGE: none

Closes #16836

* Changed the homeURL variable link

Changed the homeURL variable link to be "https://freecodecamp.org"
Instead of  "https://www.freecodecamp.org/challenges/learn-how-freecodecamp-works"
as per @Bouncey's requested change.
This commit is contained in:
Paul Rail
2018-03-23 06:21:02 -04:00
committed by Stuart Taylor
parent 10f15c6292
commit 667dd81e6a

View File

@ -4,5 +4,6 @@
"donateUrl": "https://www.freecodecamp.org/donate", "donateUrl": "https://www.freecodecamp.org/donate",
"forumUrl": "https://forum.freecodecamp.org", "forumUrl": "https://forum.freecodecamp.org",
"githubUrl": "https://github.com/freecodecamp/freecodecamp", "githubUrl": "https://github.com/freecodecamp/freecodecamp",
"RSA": "https://forum.freecodecamp.org/t/the-read-search-ask-methodology-for-getting-unstuck/137307" "RSA": "https://forum.freecodecamp.org/t/the-read-search-ask-methodology-for-getting-unstuck/137307",
"homeURL": "https://freecodecamp.org"
} }