Skip to content

Commit 24fe443

Browse files
committed
Fixed rounded photo on teachers
1 parent 4191581 commit 24fe443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/pages/courses.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
343343

344344
<div class="row g-0 rounded bg-body-tertiary mb-5">
345345
<div class="col-lg-4 {{ $key % 2 === 0 ? 'order-lg-last' : '' }}">
346-
<x-hero image="{{ $teacher->image }}" text="{{ $teacher->name }}" class="rounded-end"/>
346+
<x-hero image="{{ $teacher->image }}" text="{{ $teacher->name }}" class="{{ $key % 2 === 0 ? 'rounded-end' : 'rounded-start' }}"/>
347347
</div>
348348
<div class="col-lg-8">
349349
<div class="p-4 p-xl-5 my-xl-5">

0 commit comments

Comments
 (0)