Bluesky app fork with some witchin' additions 💫

Add light haptic feedback to Edit Profile button (#9787)

https://claude.ai/code/session_018ZjPcCUDPfTjQ5SGac3Zgs

Co-authored-by: Claude <noreply@anthropic.com>

authored by samuel.fm

Claude and committed by
GitHub
26c84399 4f1d4821

+4 -1
+4 -1
src/screens/Profile/Header/ProfileHeaderStandard.tsx
··· 317 317 testID="profileHeaderEditProfileButton" 318 318 size="small" 319 319 color="secondary" 320 - onPress={editProfileControl.open} 320 + onPress={() => { 321 + playHaptic('Light') 322 + editProfileControl.open() 323 + }} 321 324 label={_(msg`Edit profile`)}> 322 325 <ButtonText> 323 326 <Trans>Edit Profile</Trans>