participants list fix

This commit is contained in:
2025-08-11 19:04:27 +03:00
parent 806486146e
commit b33530a7b4

View File

@@ -31,7 +31,7 @@
<?php foreach ($psychologists['data'] as $psychologist): ?>
<?php /** @var \kernel\app_modules\gestalt_profile\models\Gestalt_profile $psychologist */ ?>
<a class="backdrop-blur-custom border-[1px] border-white rounded-[15px] bg-darkWhite text-black w-fit shadow-custom px-[9px] pt-[11px] pb-[25px] max-w-[370px] w-full sm:max-w-[280px]"
href="/participants/<?= $psychologist->id ?>">
href="/psychologist/<?= $psychologist->id ?>">
<img alt="image" loading="lazy" width="260" height="181" decoding="async"
data-nimg="1" class="w-full"
style="width: 100%; height: 200px; object-fit: cover;color:transparent"