8 lines
331 B
PHP
8 lines
331 B
PHP
<div>
|
|
@if ($unreadCount > 0)
|
|
<span class="absolute top-0 right-0 flex h-3 w-3">
|
|
<span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-red-400 opacity-75"></span>
|
|
<span class="relative inline-flex rounded-full h-3 w-3 bg-green-900"></span>
|
|
</span>
|
|
@endif
|
|
</div> |