Live video on the AT Protocol

remove bloo sky

+2 -2
+2 -2
js/app/components/login/login-form.tsx
··· 290 ]} 291 > 292 <Button width="min" onPress={() => onSignup()} variant="ghost"> 293 - <Text style={[{ color: "white" }]}>Sign Up on Bluesky</Text> 294 </Button> 295 <Button 296 onPress={submit} ··· 299 width="min" 300 loading={loginState.loading} 301 > 302 - <Text style={[{ color: "white" }]}>Log in</Text> 303 </Button> 304 </View> 305 </>
··· 290 ]} 291 > 292 <Button width="min" onPress={() => onSignup()} variant="ghost"> 293 + <Text style={[{ color: "white" }]}>Sign Up</Text> 294 </Button> 295 <Button 296 onPress={submit} ··· 299 width="min" 300 loading={loginState.loading} 301 > 302 + <Text style={[{ color: "white" }]}>Log In</Text> 303 </Button> 304 </View> 305 </>