Accessibility fixes: add missing labels, dynamically scale home header (#1516)
* Improve labels * Dynanically adjust home header to account for font scaling
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user