UX: don't use split subcategory color in docked header (#28494)

This commit is contained in:
Kris
2024-08-22 16:36:59 -04:00
committed by GitHub
parent fd4f7868ca
commit 828c34451e

View File

@@ -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}}