Sustainability{' '}
-
+
๐
-
+
Reducing cloud usage improves our carbon footprint.
@@ -44,9 +44,13 @@ export const WhyCostsMatter = () => {
Revenue{' '}
-
+
๐ธ
-
+
Keeping cloud costs well-tuned prevents infrastructure from eating
@@ -59,9 +63,9 @@ export const WhyCostsMatter = () => {
Innovation{' '}
-
+
๐ฅ
-
+
The more we save, the more we can reinvest in speed and
diff --git a/plugins/cost-insights/src/example/alerts/KubernetesMigrationAlert.tsx b/plugins/cost-insights/src/example/alerts/KubernetesMigrationAlert.tsx
index eb5423148d..d1cc2d9828 100644
--- a/plugins/cost-insights/src/example/alerts/KubernetesMigrationAlert.tsx
+++ b/plugins/cost-insights/src/example/alerts/KubernetesMigrationAlert.tsx
@@ -16,6 +16,7 @@
import React from 'react';
import pluralize from 'pluralize';
+import Typography from '@material-ui/core/Typography';
import { KubernetesMigrationAlertCard } from '../components';
import { CostInsightsApi } from '../../api';
import {
@@ -91,11 +92,11 @@ export class KubernetesMigrationAlert implements KubernetesMigrationApi {
get title() {
return (
-
+
Consider migrating{' '}
{pluralize('service', this.data.services.length, true)} to Kubernetes{' '}
-
+
);
}
diff --git a/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx b/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx
index b70c578e11..ed8bbf6a81 100644
--- a/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx
+++ b/plugins/firehydrant/src/components/ServiceDetailsCard/ServiceDetailsCard.tsx
@@ -192,7 +192,10 @@ export const ServiceDetailsCard = () => {
{!showServiceDetails && !loading && (
- This service does not exist in FireHydrant.
+
+
+ This service does not exist in FireHydrant.
+
)}
{showServiceDetails && (
@@ -251,7 +254,7 @@ export const ServiceDetailsCard = () => {