mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 23:35:53 +08:00
UX: don't use split subcategory color in docked header (#28494)
This commit is contained in:
parent
fd4f7868ca
commit
828c34451e
@ -148,6 +148,7 @@ export default class Info extends Component {
|
||||
}}
|
||||
{{categoryLink
|
||||
@topicInfo.category.parentCategory.parentCategory
|
||||
(hash hideParent="true")
|
||||
}}
|
||||
{{/if}}
|
||||
|
||||
@ -156,7 +157,7 @@ export default class Info extends Component {
|
||||
(hash hideParent="true")
|
||||
}}
|
||||
{{/if}}
|
||||
{{categoryLink @topicInfo.category}}
|
||||
{{categoryLink @topicInfo.category (hash hideParent="true")}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user