added description field to votes

This commit is contained in:
Atash03 2025-05-07 16:07:52 +05:00
parent 0f7e32d067
commit effee2c557
1 changed files with 1 additions and 1 deletions

View File

@ -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}