Remove the trailing space from a the aria-label of the Template "CHOOSE" button
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Remove the trailing space from a the aria-label of the Template "CHOOSE" button.
|
||||
@@ -182,7 +182,7 @@ export const TemplateCard = ({ template, deprecated }: TemplateCardProps) => {
|
||||
<Button
|
||||
color="primary"
|
||||
to={href}
|
||||
aria-label={`Choose ${templateProps.title} `}
|
||||
aria-label={`Choose ${templateProps.title}`}
|
||||
>
|
||||
Choose
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user