Skip to content

Commit 68719bf

Browse files
committed
wip
1 parent 6d701a5 commit 68719bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/slow-outgoing-requests.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class="min-h-full flex flex-col"
6464
<x-pulse::td class="max-w-[1px]">
6565
<div class="flex items-center" title="{{ $uri }}">
6666
@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'" />
67+
<img src="https://unavatar.io/{{ $host }}?fallback=false" loading="lazy" class="w-4 h-4 mr-2" onerror="this.style.display='none'" />
6868
@endif
6969
<code class="block text-xs text-gray-900 dark:text-gray-100 truncate">
7070
{{ $uri }}

0 commit comments

Comments
 (0)