diff --git a/package.json b/package.json
index fac4721..eeb0322 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ui",
- "version": "6.4.131",
+ "version": "6.4.132",
"license": "BUSL-1.1",
"private": true,
"packageManager": "pnpm@9.15.5",
diff --git a/src/lib/components/ui/sidebar/sidebarlist.svelte b/src/lib/components/ui/sidebar/sidebarlist.svelte
index 98d3af3..02cdf6e 100644
--- a/src/lib/components/ui/sidebar/sidebarlist.svelte
+++ b/src/lib/components/ui/sidebar/sidebarlist.svelte
@@ -10,7 +10,7 @@
import { goto } from '$app/navigation'
import { page } from '$app/stores'
import Logo from '$lib/components/icons/Logo.svelte'
- import { Home, Search, Calendar, Users, Download, Bolt, LogIn, Messages } from '$lib/components/icons/animated'
+ import { Home, Search, Calendar, Users, Download, Bolt, LogIn } from '$lib/components/icons/animated'
import * as Avatar from '$lib/components/ui/avatar'
import client from '$lib/modules/auth/client'
import { lockedState, idleState, activityState } from '$lib/modules/idle'
@@ -52,9 +52,9 @@
-
+
@@ -64,8 +64,8 @@
-
-
+
+
{#if hasAuth}
{@const viewer = client.profile()}