added description field to votes
This commit is contained in:
parent
0f7e32d067
commit
effee2c557
|
|
@ -187,7 +187,7 @@ const ParticipantCard = ({
|
||||||
{number}
|
{number}
|
||||||
</h3>
|
</h3>
|
||||||
{photo && name ? (
|
{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
|
<Image
|
||||||
fill
|
fill
|
||||||
src={photo}
|
src={photo}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue