website
website copied to clipboard
[FIX BUG] Fix Search Bar Query Navigation
Closes #252
Fixed the Search Query navigation bug and minor file formatting.
Screenshots
https://github.com/anshvert/TheAlgorithms-Website/assets/100467234/b355caa1-0d88-40fd-9fc1-6d9b606bca4a
Checklist
- [X] I worked on a branch other than
main
. - [X] My branch is up-to-date with the Upstream
main
branch. - [X] I have fixed potential errors using
yarn lint
. - [X] I ran
yarn build
to check everything still builds successfully.