participants list fix
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user