added description field to votes
This commit is contained in:
parent
0f7e32d067
commit
effee2c557
|
|
@ -187,7 +187,7 @@ const ParticipantCard = ({
|
|||
{number}
|
||||
</h3>
|
||||
{photo && name ? (
|
||||
<div className="relative min-w-[50px] rounded-[10px] overflow-hidden sm:min-w-[80px] h-[50px] sm:h-[80px]">
|
||||
<div className="relative min-w-[50px] rounded-[10px] overflow-hidden sm:min-w-[104px] h-[50px] sm:h-[104px]">
|
||||
<Image
|
||||
fill
|
||||
src={photo}
|
||||
|
|
|
|||
Loading…
Reference in New Issue