Skip to content

Commit

Permalink
upd: chains tvl column
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Oct 31, 2024
1 parent 62c27de commit 4572e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Platform/components/Chains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const Chains = (): JSX.Element => {
key={chainId}
className="h-[48px] hover:bg-accent-950 cursor-pointer"
>
<td className="px-4 text-[15px] py-3 text-center font-bold sticky lg:relative left-0 lg:table-cell bg-accent-950 lg:bg-transparent z-10 xl:w-[150px]">
<td className="px-4 py-3 text-[15px] text-center font-bold sticky lg:relative left-0 lg:table-cell bg-accent-950 lg:bg-transparent z-10 xl:w-[150px]">
{chainId}
</td>
<td className="px-4 py-3 text-center w-[180px] xl:w-[230px]">
Expand All @@ -264,7 +264,7 @@ const Chains = (): JSX.Element => {
{name}
</div>
</td>
<td className="px-4 py-3 text-left whitespace-nowrap w-[100px] xl:w-[120px]">
<td className="px-4 py-3 text-[15px] text-left whitespace-nowrap w-[100px] xl:w-[120px]">
{formatNumber(tvl, "abbreviate")}
</td>
{/* <td className="px-4 py-3 text-[12px]">
Expand Down

0 comments on commit 4572e25

Please sign in to comment.