mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 02:45:39 -04:00
chore: remove expo-build-properties plugin, upgrade Sentry to v8, drop avatar aria-label
- Move iOS `deploymentTarget` from expo-build-properties plugin config to top-level `ios` field in app.json, removing the now-unnecessary `expo-build-properties` dependency - Upgrade `@sentry/react-native` from ~7.11.0 to ~8.17.2 - Remove redundant `aria-label` from avatar upload button in web settings
This commit is contained in:
@@ -179,7 +179,6 @@ export function AccountSection({
|
||||
/>
|
||||
}
|
||||
className="focus-visible:ring-ring focus-visible:ring-offset-background relative shrink-0 cursor-pointer rounded-full focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:outline-none"
|
||||
aria-label={avatarUrl ? t`Remove profile picture` : t`Upload profile picture`}
|
||||
>
|
||||
<Avatar className="size-12 overflow-hidden">
|
||||
<AvatarImage src={isAvatarPending ? undefined : avatarUrl} alt={displayName} />
|
||||
|
||||
Reference in New Issue
Block a user