mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
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:
parent
10f15c6292
commit
667dd81e6a
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user