issues
search
Real-Dev-Squad
/
members-site
https://members-app-v2.vercel.app
MIT License
4
stars
22
forks
source link
Fix: semantic of UserLogout button
#122
Open
anishpawaskar
opened
11 months ago
anishpawaskar
commented
11 months ago
Issue Description
Currently if you try to use a button tag in
UserLogout
component the component won't align with the above dropdown items.
Expected Behavior
this is how it should look like with a button tag
Current Behavior
current behavior is same but here we are using
span
tag with
role=button
.
Issue Description
UserLogout
component the component won't align with the above dropdown items.Expected Behavior
Current Behavior
span
tag withrole=button
.