Merge pull request #11777 from kuangp/feat/techdocsEntityTitle

feat(techdocs): use entity title as label in header
This commit is contained in:
Eric Peterson
2022-06-09 16:33:22 +02:00
committed by GitHub
4 changed files with 12 additions and 1 deletions
@@ -110,6 +110,7 @@ export const TechDocsReaderPageHeader = (
<EntityRefLink
color="inherit"
entityRef={entityRef}
title={entityMetadata?.metadata.title}
defaultKind="Component"
/>
}