You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's because the both the icon and the text are wrapped by a div, so to fix this the only thing we need to do is to reorder the elements and put the icon inside the link element <a></a>.
Another possible solution is to add position:absolute; to the icon and some styles to add more width to the link for it to be in front of the icon. In this way it won't matter if you click to the icon you will click to the link as well because it would be in front or up to the icon.
in user menu "my profile" when click button dont redirect to profile, but if click text "my profile" redirect
The text was updated successfully, but these errors were encountered: