Files
timebank-cc-public/resources/views/livewire/switch-profile-unread-indicator.blade.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

6 lines
150 B
PHP

<div>
@if($hasAnyUnread)
<span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-700 ring-2 ring-white"></span>
@endif
</div>