Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fix web sidebar listing of invite codes

+2 -2
+2 -2
src/view/shell/desktop/RightNav.tsx
··· 45 45 ) 46 46 }) 47 47 48 - function InviteCodes() { 48 + const InviteCodes = observer(() => { 49 49 const store = useStores() 50 50 const pal = usePalette('default') 51 51 ··· 72 72 </Text> 73 73 </TouchableOpacity> 74 74 ) 75 - } 75 + }) 76 76 77 77 const styles = StyleSheet.create({ 78 78 rightNav: {