diff --git a/.changeset/cost-insights-hungry-oranges-enjoy.md b/.changeset/cost-insights-hungry-oranges-enjoy.md new file mode 100644 index 0000000000..2a4a8bb566 --- /dev/null +++ b/.changeset/cost-insights-hungry-oranges-enjoy.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-cost-insights': patch +--- + +disable support button diff --git a/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx b/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx index e361a14322..9a38bf2955 100644 --- a/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx +++ b/plugins/cost-insights/src/components/CostInsightsPage/CostInsightsPage.tsx @@ -32,7 +32,8 @@ import { import { CostInsightsNavigation } from '../CostInsightsNavigation'; import { CostOverviewCard } from '../CostOverviewCard'; import { ProductInsights } from '../ProductInsights'; -import { CostInsightsSupportButton } from '../CostInsightsSupportButton'; +/* https://github.com/backstage/backstage/issues/2574 */ +// import { CostInsightsSupportButton } from '../CostInsightsSupportButton'; import { useConfig, useCurrency, @@ -164,7 +165,7 @@ export const CostInsightsPage = () => { - + {/* */} @@ -239,7 +240,7 @@ export const CostInsightsPage = () => { mb={2} > - + {/* */}