Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

change Github mentions to Tangled

xan.lol 47f0596b acbbc1c9

verified
Changed files
+3 -3
src
screens
Signup
view
witchsky-static-about
+1 -1
src/screens/Signup/index.tsx
··· 231 231 label={_(msg`Contact support`)} 232 232 to={FEEDBACK_FORM_URL({email: state.email})} 233 233 style={[!gtMobile && a.text_md]}> 234 - <Trans>Open a Github Issue</Trans> 234 + <Trans>Open a Tangled Issue</Trans> 235 235 </InlineLinkText> 236 236 </Text> 237 237 </View>
+1 -1
src/view/com/auth/SplashScreen.web.tsx
··· 171 171 <InlineLinkText 172 172 label={_(msg`Read the patches and contribute`)} 173 173 to="https://tangled.org/jollywhoppers.com/witchsky.app/"> 174 - <Trans>Github</Trans> 174 + <Trans>Tangled</Trans> 175 175 </InlineLinkText> 176 176 177 177 <View style={a.flex_1} />
+1 -1
witchsky-static-about/index.html
··· 19 19 window.location.href = "https://tangled.org/jollywhoppers.com/witchsky.app/"; 20 20 </script> 21 21 <body> 22 - <h1>Redirecting to GitHub README...</h1> 22 + <h1>Redirecting to Tangled README...</h1> 23 23 </body> 24 24 </html>