Use target=_blank on MissingAnnotation Read More link

I would like Backstage to stay open so I can continue to work with it
while I read the docs.

Signed-off-by: David Tuite <david@roadie.io>
This commit is contained in:
David Tuite
2021-07-06 12:13:53 +01:00
parent 0f09e71ae0
commit 3beeff1c82
@@ -76,6 +76,8 @@ export const MissingAnnotationEmptyState = ({ annotation }: Props) => {
variant="contained"
color="primary"
href="https://backstage.io/docs/features/software-catalog/well-known-annotations"
target="_blank"
rel="noopener noreferrer"
>
Read more
</Button>