Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

run prettier (#7727)

authored by

Samuel Newman and committed by
GitHub
0d1d0d8f 1ffdd668

+3 -1
+3 -1
src/screens/VideoFeed/index.tsx
··· 800 800 : _(msg`Follow ${handle}`) 801 801 } 802 802 accessibilityHint={ 803 - profile.viewer?.following ? _(msg`Unfollows the user`) : '' 803 + profile.viewer?.following 804 + ? _(msg`Unfollows the user`) 805 + : '' 804 806 } 805 807 size="small" 806 808 variant="solid"