This commit is contained in:
Kakabay 2024-09-16 15:44:11 +05:00
parent 6cb76d5b61
commit 51c46cb69b
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ const ParticipantsList = ({ vote_id }: IParams) => {
return (
<div className="flex flex-col gap-[20px] sm:gap-[40px] w-full items-center">
{data.data.description ? <PageBage title={data.data.description} /> : null}
{data.data.description ? <PageBage title={data.data.title} /> : null}
{data.data.banner ? (
<div className="relative w-full md:min-h-[150px] md:h-auto h-[100px] ">