diff options
Diffstat (limited to 'src/view/shell')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 907df8641..b19d5e8ab 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -47,6 +47,7 @@ const ProfileCard = observer(function ProfileCardImpl() { <Link href={makeProfileLink(store.me)} style={[styles.profileCard, !isDesktop && styles.profileCardTablet]} + title="My Profile" asAnchor> <UserAvatar avatar={store.me.avatar} size={size} /> </Link> |