Skip to content

Commit

Permalink
consistentcy
Browse files Browse the repository at this point in the history
  • Loading branch information
farzaank committed May 7, 2024
1 parent c1aefa2 commit 92bba67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm-frontend/src/components/LeaderboardTables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function LeaderboardTables({
headerValue.description ? headerValue.description : ""
}
>
<div className="z-10 flex justify-between items-center min-w-48 w-48 max-w-48 text-wrap">
<div className="z-20 flex justify-between items-center min-w-48 w-48 max-w-48 text-wrap">
<span className={`inline-block w-full break-words`}>
{getHeaderValue(headerValue)}
</span>
Expand Down
4 changes: 1 addition & 3 deletions helm-frontend/src/components/RowValue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ export default function RowValue({ value, title, hideIcon }: Props) {
<div className="flex items-center">
{formatNumber(value.value)}
{!hideIcon && (
<div className="z-0">
<ArrowTopRightOnSquareIcon className="w-3 h-3 ml-1 opacity-30" />
</div>
<ArrowTopRightOnSquareIcon className="w-3 h-3 ml-1 opacity-30" />
)}
</div>
</Link>
Expand Down

0 comments on commit 92bba67

Please sign in to comment.