diff --git a/.changeset/twenty-masks-dance.md b/.changeset/twenty-masks-dance.md new file mode 100644 index 0000000000..f08e6301c9 --- /dev/null +++ b/.changeset/twenty-masks-dance.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-components': patch +--- + +Fixed a bug in `SupportButton` where the title was rendered with the characteristics of a button. diff --git a/packages/core-components/src/components/SupportButton/SupportButton.tsx b/packages/core-components/src/components/SupportButton/SupportButton.tsx index 623eda3098..8626353dd1 100644 --- a/packages/core-components/src/components/SupportButton/SupportButton.tsx +++ b/packages/core-components/src/components/SupportButton/SupportButton.tsx @@ -151,7 +151,11 @@ export function SupportButton(props: SupportButtonProps) { autoFocusItem={Boolean(anchorEl)} > {title && ( - + {title} )}