mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 12:38:21 -05:00
When on a tag intersection like this: `/tags/intersection/foo/bar` We have our tag selector: <img width="946" height="136" alt="image" src="https://github.com/user-attachments/assets/6f64cec6-c8f0-456e-a139-769ae66584d1" /> When you remove all but one tag, we redirect to /tags, which isn't the best experience. This change will direct users to the single tag page `/tag/foo` instead.