FrancescoXX / rustcrab

An Open Source project with everything you need to learn about Rust.
https://rustcrab.com
MIT License
402 stars 69 forks source link

[BUG] Typo in href ID of Dev Tools in Navbar #128

Closed krishnabansal89 closed 1 month ago

krishnabansal89 commented 1 month ago

Description

The target Id of the "Dev Tool" element is linked to #devtools which is not a valid id Expected Behavior It should map to the Dev Tool section of the page

Actual Behavior Currently it is just routing to the main page. Screenshots (if applicable) image

Additional Information

This should be fixed by changing the href to the valid Id of the Dev Tool Section.

krishnabansal89 commented 1 month ago

It would be great if I could contribute to this as my first open-source contribution.