fc9f1ec143
App uses HashRouter, so an <a href="#profile"> changes the routing hash and the router can't find a match — it falls back to /chats. Replace anchors with buttons that scroll the target section via scrollIntoView and update the active highlight optimistically.