chore: fixing wording for deprecation notice

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-05-20 09:11:42 +02:00
parent 7cdad6e430
commit 9e313e5652
@@ -103,11 +103,11 @@ const DeprecationWarning = () => {
const Title = (
<Typography style={{ padding: 10, maxWidth: 300 }}>
This template syntax is deprecated. Please follow the documentation{' '}
This template syntax is deprecated.
<br />
<Link href="https://backstage.io/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2">
here
</Link>{' '}
to migrate
Please follow the documentation to migrate
</Link>
</Typography>
);