ai/at
1
0
Files
at/ios/patching/011-social-app-ios-splash-license-footer.patch
2025-12-07 14:46:00 +09:00

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>