Skip to content

Commit

Permalink
Merge pull request #116 from Lilypad-Tech/developersteve/infoui
Browse files Browse the repository at this point in the history
LDB ui fix
  • Loading branch information
developersteve authored Dec 12, 2024
2 parents 38d5c49 + ef01dc6 commit b3fd6cc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions apps/info-dashboard/src/app/leaderboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,6 @@ export default function Leaderboard() {
title={m.leaderboard_node_count_card_title()}
>
<div className="flex space-x-uui-5xl">
<div className="flex-col flex space-y-uui-xs">
<span className="uui-text-sm font-medium text-uui-text-tertiary-600">
{m.leaderboard_node_count_total_title()}
</span>
<span className="text-uui-text-primary-900 uui-display-sm font-semibold">
{nodesIsLoading ? (
<RandomHexSpan
length={4}
></RandomHexSpan>
) : nodesIsError ? (
<span>!err</span>
) : (
<span>{nodesData?.length}</span>
)}
</span>
</div>
<div className="flex-col flex space-y-uui-xs">
<span className="uui-text-sm font-medium text-uui-text-tertiary-600">
{m.leaderboard_node_count_online_title()}
Expand Down

0 comments on commit b3fd6cc

Please sign in to comment.