Skip to content

Commit

Permalink
feat(providers): update peers name (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
MixailE authored Sep 9, 2024
1 parent 2db177e commit bf212ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/providers/ProvidersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ export const ProviderTable: React.FC<ProviderTableProps> = ({ filters }) => {
<TableHeader template={template}>
<TableColumnTitle>Provider name</TableColumnTitle>
<TableColumnTitle>Provider Address</TableColumnTitle>
<TableColumnTitle>Total Peers</TableColumnTitle>
<TableColumnTitle>
Total Peers{' '}
<Text size={10} weight={500} color="green" uppercase>
( Confirmed )
</Text>
</TableColumnTitle>
<TableColumnTitleWithSort
order={orderType}
field="computeUnitsTotal"
Expand Down

0 comments on commit bf212ec

Please sign in to comment.