[X] The title of this issue follows the Bug: brief description of bug format, e.g. Bug: Lesson complete button does not update on click
[X] Would you like to work on this issue?
Bug description
After clicking the link "What is Big Omega and why isn’t it as useful?" at the Knowledge Check of the following lesson, the page goes to top instead of the Omega Notation content.
Checks
Bug: brief description of bug
format, e.g.Bug: Lesson complete button does not update on click
Bug description
After clicking the link "What is Big Omega and why isn’t it as useful?" at the Knowledge Check of the following lesson, the page goes to top instead of the Omega Notation content.
This is the link of the lesson: https://www.theodinproject.com/lessons/javascript-time-complexity
After clicking the respective link to Omega Notation, the following is added to the end of the URL: #big--omega-notation
As you can see, the end of the URL includes a GET with what i think is an extra "-" , that's what might be causing the bug i guess.
How to reproduce
Expected behavior
What browsers are you seeing the problem on?
Chrome
What OS are you using?
Windows
Discord Name
snex771
Additional Comments
My first contribution, hope i followed the guides correctly!