zer0dt / hodlocker

https://hodlocker.com
GNU General Public License v3.0
16 stars 6 forks source link

Navbar buttons are unresponsive #11

Closed usselman closed 8 months ago

usselman commented 8 months ago

More often than not navigation buttons, for example 'home' and 'wallet' appear to not register on click. Sometimes multiple clicks fixes, sometimes does not.

remjx commented 8 months ago

this is caused by the link being nested inside the button, so only the icon part is clickable. the solution is to wrap the entire button with link instead of only icon. i will create PR shortly to fix this.