Finish Notifications -> Conversation
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<button type="button" class="btn" x-show="$store.notifications.unread > 0" @click="$store.notifications.markAllRead()" title="Mark all as read">
|
||||
<i data-lucide="check-circle" size="14"></i>
|
||||
</button>
|
||||
<a href="{{ xfRoute('account.alerts') }}" class="btn">
|
||||
<a href="{{ xfRoute('account/alerts') }}" class="btn">
|
||||
<i data-lucide="external-link" size="14"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user