Skip to content

Commit

Permalink
chore: leaderbord align builder icon vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
DinizSa committed Nov 27, 2024
1 parent 830ee2d commit e833ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const BuilderNameCell: FC<BuilderCellProps> = ({
const shortenAddress = shortAddress(address)
return (
<TableCell className={cn(className, 'border-solid')}>
<div className="flex flex-row gap-x-1">
<div className="flex flex-row gap-x-1 items-center">
<BuilderStatusFlag stateFlags={stateFlags} />
<Jdenticon className="rounded-md bg-white min-w-6" value={builderName} size="24" />
<div className="w-32">
Expand Down

0 comments on commit e833ec1

Please sign in to comment.