This commit is contained in:
tapframe 2025-09-07 20:38:14 +05:30
parent 754dec3946
commit 950e38a20b

View file

@ -223,15 +223,7 @@ const UpdatePopup: React.FC<UpdatePopupProps> = ({
</View>
</View>
{/* Footer */}
<View style={styles.footer}>
<Text style={[
styles.footerText,
{ color: currentTheme.colors.textMuted }
]}>
Updates include bug fixes and new features
</Text>
</View>
{/* Footer removed: hardcoded message no longer shown */}
</View>
</View>
</Modal>