Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Oct 16, 2024
1 parent afe7919 commit 413c989
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centrifuge-app/src/components/PoolCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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: '-',
Expand Down
2 changes: 2 additions & 0 deletions centrifuge-app/src/components/PoolOverview/KeyMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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] : <IconSp size={16} />}
<Text style={{ marginLeft: 4 }}>{rating.value}</Text>
Expand Down

0 comments on commit 413c989

Please sign in to comment.