This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Description
The links in the sidebar are <span> elements which prevents users from opening them in a new tab.
Ex:
|
<span className='sidebar-item-link'> |
Just by changing them to <a> element will resolve a lot of frustration users have.
Do you think this needs fixing? I can do a pull request with the change.