fixing professor
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (pull_request) Failing after 1m49s Details
Tests & Lint & Deploy to Railway / deploy (pull_request) Has been skipped Details

This commit is contained in:
ROMANGOLIENKO 2024-03-13 13:15:29 +03:00
parent be5eb8fa82
commit 7c904cec0e
1 changed files with 2 additions and 2 deletions

View File

@ -328,9 +328,9 @@
<div class="mt-xl-5 col-xxl-4 col-md-6 col-10 ">
<!-- Button trigger modal -->
<button type="button" data-bs-toggle="modal" data-bs-target="#exampleModal-{{ $faculty->id }}" class="btn col-md-11 col-12 shadow-lg p-2 ps-md-3 mt-3 d-flex align-items-center hover1 " style="background-color: #ffffff; border-radius: 15px;">
<button type="button" data-bs-toggle="modal" data-bs-target="#exampleModal-{{ $faculty->id }}" class=" col-md-11 col-12 shadow-lg p-2 ps-md-3 mt-3 d-flex justify-content-start align-items-center hover1 " style="background-color: #ffffff; border-radius: 15px; border: unset;">
<img class=" " style="width: 108px; height: auto " src="{{ URL::to('img/faculties/5.png') }}" alt="">
<span class="ms-xl-5 ms-2 z-3 gradient-text" > {{ $faculty->name }}</span>
<span class="ms-xl-5 ms-2 z-3 gradient-text text-start" > {{ $faculty->name }}</span>
</button>
<!-- Modal -->