Skip to content

Commit

Permalink
fix validator logo (#4368)
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda authored Dec 4, 2024
1 parent 8932624 commit fdffc67
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ function ValidatorWithImage({
}
label={
<div className="flex items-center gap-x-2.5 text-neutral-40 dark:text-neutral-60">
<div className="h-8 w-8">
<div className="h-8 w-8 shrink-0">
<ImageIcon
src={validator.imageUrl}
label={validator.name}
fallback={validator.name}
size={validator.imageUrl ? ImageIconSize.Full : ImageIconSize.Medium}
size={ImageIconSize.Medium}
rounded
/>
</div>
<span
Expand Down

0 comments on commit fdffc67

Please sign in to comment.