Skip to content

Commit 5808b65

Browse files
authored
feat(ProviderInfo): add Compute Units in Deals (#146)
1 parent 39a4df6 commit 5808b65

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/pages/provider/ProviderInfo.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,20 @@ export const ProviderInfo: React.FC = () => {
111111
<Text size={32}>{provider.computeUnitsInCapacityCommitment}</Text>
112112
</Statistic>
113113

114+
<Statistic>
115+
<StatisticTitle>
116+
<Text size={10} weight={700} uppercase color="grey400">
117+
Compute Units in Deals
118+
</Text>
119+
<Tooltip trigger={<InfoOutlineIcon />}>
120+
<Text color="grey600" weight={600} size={12}>
121+
The total number of Compute Units participating in Deals
122+
</Text>
123+
</Tooltip>
124+
</StatisticTitle>
125+
<Text size={32}>{provider.computeUnitsInDeal}</Text>
126+
</Statistic>
127+
114128
<Statistic>
115129
<StatisticTitle>
116130
<Text size={10} weight={700} uppercase color="grey400">

0 commit comments

Comments
 (0)