Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: dynamically set curriculum href (#130)
* Edited curriculum_slug usage and added supported languages by freeCodeCamp which correspond to forum category slugs * Edited decorateWidget() to refresh on every page change and update href of "Visit the Curriculum" * Removed test case * Fixed comment spacing * Moved /learn from settings.yml * Returned old script to previous state and added new one for href change logic * Fixed lint issue * Added toLowerCase() for category.name, others don't need it * use api for container lookup * fix: use category slug instead of name * test: register home logo callback * chore: use discovery service * test: elements * test: move curriculum-nav selector * test: slugs * test: settings * fix: remove href overwrite * fix: remove learn path * fix: remove inline yaml comment * fix: add german --------- Co-authored-by: Erikas Bykovskis <[email protected]>
- Loading branch information