diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index 51acffd..e45e208 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "ChatApp", - "version": "0.2.0", + "version": "0.2.1", "identifier": "com.meinname.chatapp", "build": { "beforeDevCommand": "pnpm vite:dev", diff --git a/apps/desktop/src/components/Sidebar.tsx b/apps/desktop/src/components/Sidebar.tsx index b2d6c23..86e8658 100644 --- a/apps/desktop/src/components/Sidebar.tsx +++ b/apps/desktop/src/components/Sidebar.tsx @@ -8,7 +8,7 @@ import { CallBar } from './CallUI'; import { ChatBubbleIcon, GearIcon, - LogoMark, + LogoLockup, ShieldIcon, SignOutIcon, UsersIcon, @@ -33,7 +33,7 @@ const ADMIN_NAV_ITEM: NavItem = { }; export function Sidebar() { - const { t } = useTranslation(['app', 'common']); + const { t } = useTranslation(['app']); const { signOut, profile } = useAuth(); const { incomingCount } = useFriendshipsContext(); const { totalUnread } = useConversationsContext(); @@ -45,11 +45,8 @@ export function Sidebar() { aria-label="Primary navigation" className="flex h-screen w-72 shrink-0 flex-col border-r border-white/5 bg-ink-900/70 backdrop-blur-xl" > -