From 413c989076aedbf74e14b1f259736c4bf674fa91 Mon Sep 17 00:00:00 2001 From: katty barroso Date: Wed, 16 Oct 2024 16:30:50 +0200 Subject: [PATCH] Fix typo --- centrifuge-app/src/components/PoolCard/index.tsx | 4 ++-- centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/centrifuge-app/src/components/PoolCard/index.tsx b/centrifuge-app/src/components/PoolCard/index.tsx index c1c2981af6..22b91605a9 100644 --- a/centrifuge-app/src/components/PoolCard/index.tsx +++ b/centrifuge-app/src/components/PoolCard/index.tsx @@ -82,7 +82,7 @@ const tinlakeTranches = { ], shortDescription: ' Investment-grade consumer ABS, auto ABS, and CLOs under 4 years.', investorType: 'Private', - assetType: 'Structure Credit', + assetType: 'Structured Credit', }, BT4: { name: 'BlockTower Series 4', @@ -92,7 +92,7 @@ const tinlakeTranches = { ], shortDescription: 'Investment-grade consumer ABS, auto ABS, and CLOs under 4 years.', investorType: 'Private', - assetType: 'Structure Credit', + assetType: 'Structured Credit', }, none: { name: '-', diff --git a/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx b/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx index 39703f5bbb..46898995ae 100644 --- a/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx +++ b/centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx @@ -216,6 +216,8 @@ export const KeyMetrics = ({ poolId }: Props) => { padding="2px 10px" display="flex" alignItems="center" + width={80} + justifyContent="center" > {rating.agency && ratingIcons[rating.agency] ? ratingIcons[rating.agency] : } {rating.value}