We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4191581 commit 24fe443Copy full SHA for 24fe443
resources/views/pages/courses.blade.php
@@ -343,7 +343,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
343
344
<div class="row g-0 rounded bg-body-tertiary mb-5">
345
<div class="col-lg-4 {{ $key % 2 === 0 ? 'order-lg-last' : '' }}">
346
- <x-hero image="{{ $teacher->image }}" text="{{ $teacher->name }}" class="rounded-end"/>
+ <x-hero image="{{ $teacher->image }}" text="{{ $teacher->name }}" class="{{ $key % 2 === 0 ? 'rounded-end' : 'rounded-start' }}"/>
347
</div>
348
<div class="col-lg-8">
349
<div class="p-4 p-xl-5 my-xl-5">
0 commit comments