Updated Application icon and notifcation pagination items per page, and updated NotificationsBell

This commit is contained in:
Simon Pocrnjič
2026-01-18 19:49:48 +01:00
parent cc4c07717e
commit 068bbdf583
6 changed files with 83 additions and 99 deletions
+3 -3
View File
@@ -149,14 +149,14 @@ const closeSearch = () => (searchOpen.value = false);
>
<Link
:href="route('phone.index')"
class="flex items-center gap-2 hover:opacity-80 transition-opacity"
class="flex items-center gap-1 hover:opacity-80 transition-opacity"
>
<ApplicationMark />
<span
v-if="showLabels"
class="text-sm font-semibold text-sidebar-foreground transition-opacity"
class="text-lg font-semibold text-sidebar-foreground transition-opacity"
>
Teren
Mobitel
</span>
</Link>
</div>