Change link to static /docs

Signed-off-by: tudi2d <phugenroth@googlemail.com>
This commit is contained in:
tudi2d
2021-03-09 16:13:52 +01:00
parent d471f98c44
commit 5bf51c3db2
@@ -112,8 +112,8 @@ export const TechDocsPageHeader = ({
subtitle={
siteDescription && siteDescription !== 'None' ? siteDescription : ''
}
type={name}
typeLink={componentLink(entityId)}
type="Docs"
typeLink="/docs"
>
{labels}
</Header>