Update plugins/api-docs/src/components/ApiExplorerPage/ApiExplorerPage.tsx

Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
Ben Lambert
2021-08-03 16:53:39 +02:00
committed by GitHub
parent 2604d86de0
commit d0e73aa9c2
@@ -79,7 +79,7 @@ export const ApiExplorerPage = ({
<ContentHeader title="">
<CreateButton
title="Register Existing API"
to={createComponentLink && createComponentLink()}
to={createComponentLink?.()}
/>
<SupportButton>All your APIs</SupportButton>
</ContentHeader>