Skip to content

Commit

Permalink
Impove size for avatars in Why Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 21, 2024
1 parent bd5521c commit 6a65c73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/pages/why-laravel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h
'ms-4 ps-4' => $key === 1 || $key === 3,
])>
@foreach($row as $user)
<img src="{{ $user->presenter()->image() }}" width="75x" height="75x"
class="rounded-circle avatar border-light" loading="lazy">
<img src="{{ $user->presenter()->image() }}" width="70x" height="70x"
class="bg-body-tertiary rounded-circle border-light" loading="lazy">
@endforeach
</div>
@endforeach
Expand Down

0 comments on commit 6a65c73

Please sign in to comment.