15 lines
576 B
Diff
15 lines
576 B
Diff
diff --git a/src/view/com/auth/SplashScreen.tsx b/src/view/com/auth/SplashScreen.tsx
|
|
index 8c9e12bf..f1a234cd 100644
|
|
--- a/src/view/com/auth/SplashScreen.tsx
|
|
+++ b/src/view/com/auth/SplashScreen.tsx
|
|
@@ -102,6 +102,9 @@ export const SplashScreen = ({
|
|
</View>
|
|
</View>
|
|
<View style={{height: insets.bottom}} />
|
|
+ <View style={[a.py_sm, a.align_center]}>
|
|
+ <Text style={[a.text_xs, t.atoms.text_contrast_low]}>Powered by Bluesky</Text>
|
|
+ </View>
|
|
</ErrorBoundary>
|
|
</Animated.View>
|
|
</CenteredView>
|