···32 router.navigate("/");
33 }}
34 >
35- <Text className="font-semibold text-lg">Sign out</Text>
36 </Button>
3738 {/* Use a light status bar on iOS to account for the black space above the modal */}
···32 router.navigate("/");
33 }}
34 >
35+ <Text className="text-lg">Sign out</Text>
36 </Button>
3738 {/* Use a light status bar on iOS to account for the black space above the modal */}