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:
@ -4,5 +4,6 @@
|
||||
"donateUrl": "https://www.freecodecamp.org/donate",
|
||||
"forumUrl": "https://forum.freecodecamp.org",
|
||||
"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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user