fixed autofetch, fixed ads
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<span>
|
||||
@if($type === "header")
|
||||
<p class="px-2 text-sm font-medium cursor-pointer truncate" id="copyEmail" x-on:click="$dispatch('copyEmail')">{{ $email ?? __('...') }}</p>
|
||||
<p class="truncate whitespace-nowrap overflow-hidden text-ellipsis px-2 text-sm font-medium cursor-pointer" id="copyEmail" x-on:click="$dispatch('copyEmail')">{{ $email ?? __('...') }}</p>
|
||||
@else<flux:text class="p-1" variant="subtle">{{ $email ?? __('...') }}</flux:text>
|
||||
@if($list)
|
||||
@foreach(array_reverse($emails) as $email_list_item)
|
||||
|
||||
Reference in New Issue
Block a user