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 6d701a5 commit 68719bfCopy full SHA for 68719bf
resources/views/livewire/slow-outgoing-requests.blade.php
@@ -64,7 +64,7 @@ class="min-h-full flex flex-col"
64
<x-pulse::td class="max-w-[1px]">
65
<div class="flex items-center" title="{{ $uri }}">
66
@if ($host = parse_url($uri, PHP_URL_HOST))
67
- <img wire:ignore src="https://unavatar.io/{{ $host }}?fallback=false" loading="lazy" class="w-4 h-4 mr-2" onerror="this.style.display='none'" />
+ <img src="https://unavatar.io/{{ $host }}?fallback=false" loading="lazy" class="w-4 h-4 mr-2" onerror="this.style.display='none'" />
68
@endif
69
<code class="block text-xs text-gray-900 dark:text-gray-100 truncate">
70
{{ $uri }}
0 commit comments