fix support button first row

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-04-29 12:46:33 +02:00
parent 9b478642c7
commit 1996920782
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-explore': patch
---
Make sure that the first support button row does not break across lines
@@ -99,7 +99,7 @@ export const CatalogKindExploreContent = (props: {
<Content noPadding>
<ContentHeader title={title || `${pluralize(kindCapitalized)}`}>
<SupportButton>
Discover the {pluralize(kindLowercase)} in your ecosystem.
<>Discover the {pluralize(kindLowercase)} in your ecosystem.</>
</SupportButton>
</ContentHeader>
<Body kind={kindLowercase} />