From 10c3d29b4004eba278f5fa1425d3b0931d79259a Mon Sep 17 00:00:00 2001 From: CDS Translator Agent Date: Fri, 27 Sep 2024 11:01:04 +0000 Subject: [PATCH 1/2] fix(i18n): add missing translations [CDS 3343] Signed-off-by: CDS Translator Agent From 6cc87c9572363a4bf74043f6e6d283805af42c07 Mon Sep 17 00:00:00 2001 From: Pierre-Philippe Date: Wed, 22 Jan 2025 17:57:18 +0100 Subject: [PATCH 2/2] fix(pci.private-registry): css update of PlanChooser Tile ref: TAPC-2646 Signed-off-by: Pierre-Philippe --- .../src/components/Plan.component.tsx | 17 +++++++---------- .../src/components/PlanChooser.component.tsx | 1 - 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/packages/manager/apps/pci-private-registry/src/components/Plan.component.tsx b/packages/manager/apps/pci-private-registry/src/components/Plan.component.tsx index 0670f73134aa..6c37671691df 100644 --- a/packages/manager/apps/pci-private-registry/src/components/Plan.component.tsx +++ b/packages/manager/apps/pci-private-registry/src/components/Plan.component.tsx @@ -44,8 +44,8 @@ export default function PlanComponent({ const { formatBytes } = useBytes(); return ( -
-
+
+
{plan.name[0]} +
{isPending && ( -
+
@@ -65,7 +66,7 @@ export default function PlanComponent({
)} {!isPending && ( -
    +
    • )} -
      +
      +
      } - tileClass={{ active: 'p-0', inactive: 'p-0' }} /> ); }