diff --git a/app/components/Header/MobileMenu.client.vue b/app/components/Header/MobileMenu.client.vue
index d653b1e81..dfdef75e5 100644
--- a/app/components/Header/MobileMenu.client.vue
+++ b/app/components/Header/MobileMenu.client.vue
@@ -4,7 +4,7 @@ import { useAtproto } from '~/composables/atproto/useAtproto'
const isOpen = defineModel
('open', { default: false })
-const { isConnected, npmUser, avatar: npmAvatar } = useConnector()
+const { isConnected, npmUser } = useConnector()
const { user: atprotoUser } = useAtproto()
const navRef = useTemplateRef('navRef')
@@ -114,19 +114,8 @@ onUnmounted(deactivate)
class="w-full flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200 text-start"
@click="handleShowConnector"
>
-
-
-
+
+
~{{ npmUser }}
@@ -139,19 +128,8 @@ onUnmounted(deactivate)
class="w-full flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200 text-start"
@click="handleShowAuth"
>
-
-
-
+
+
@{{ atprotoUser.handle }}
@@ -164,7 +142,7 @@ onUnmounted(deactivate)
@click="handleShowAuth"
>
-
+
{{ $t('account_menu.connect_atmosphere') }}