Skip to content

Commit

Permalink
fix: svg logo in quote module not showing in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1lEE committed Nov 29, 2024
1 parent 28c98e6 commit dd37d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/layout-modules/quote.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class="mt-32 flex gap-12 max-sm:flex-col sm:items-start sm:justify-between sm:ga
<a href="{{ $client_url }}"
class="w-[12rem] sm:flex sm:justify-end md:w-[16.6rem]">
<x-utilities.svg :svg="$client_logo"
class="max-h-[4.2rem] max-w-[12rem] md:max-h-[5.8rem] md:max-w-[16.6rem]" />
class="size-full max-h-[4.2rem] max-w-[12rem] md:max-h-[5.8rem] md:max-w-[16.6rem]" />
</a>
@else
<div class="w-[12rem] sm:flex sm:justify-end md:w-[16.6rem]">
<x-utilities.svg :svg="$client_logo"
class="max-h-[4.2rem] max-w-[12rem] md:max-h-[5.8rem] md:max-w-[16.6rem]" />
class="size-full max-h-[4.2rem] max-w-[12rem] md:max-h-[5.8rem] md:max-w-[16.6rem]" />
</div>
@endif

Expand Down

0 comments on commit dd37d32

Please sign in to comment.