mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Display tag's description as title in navigation menu (#22710)
Why this change? We're already displaying a category's description as the title attribute on the category section link. We should do the same for tags as well.
This commit is contained in:
committed by
GitHub
parent
e19316aebf
commit
7a790a5f4c
@@ -800,6 +800,9 @@
|
||||
},
|
||||
"denied_emojis" : {
|
||||
"type": "array"
|
||||
},
|
||||
"navigation_menu_site_top_tags": {
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user