Skip to content

Commit

Permalink
use same size for all logos
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 28, 2024
1 parent 717a4ad commit 78f0f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/pages/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ class="w-20 h-20 rounded bg-white"
<div class="flex justify-center">
<img
src="https://cdn.brandfetch.io/{{ parse_url($trustee->website, PHP_URL_HOST) }}/icon/theme/dark/fallback/transparent/w/512/h/512"
width="400"
height="400"
width="512"
height="512"
class="w-20 h-20 rounded bg-white bg-contain bg-no-repeat bg-center"
loading="lazy"
alt="{{ $trustee->name }} logo by Brandfetch"
Expand Down

0 comments on commit 78f0f6f

Please sign in to comment.