fix support button first row
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Make sure that the first support button row does not break across lines
|
||||
+1
-1
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user