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
The "Chats" and the "Messages" sections headers used to be
one single element, then it has been split into two in
66c96d7
(#4672).
But then it started to make even less sense for it to be a <nav>.
It basically consists of only two elements,
so it's probably not worth having a separate landmark for it.
Let's turn it into a generic <section> with no label.
0 commit comments