update discord url

This commit is contained in:
tapframe 2025-12-28 14:54:45 +05:30
parent 69dacb0ede
commit 97f558faf4
2 changed files with 3 additions and 3 deletions

View file

@ -936,7 +936,7 @@
<p class="footer-tagline">Built with React Native & Expo</p>
<div class="footer-links">
<a href="https://discord.gg/6w8dr3TSDN" class="footer-link" target="_blank">
<a href="https://discord.gg/KVgDTjhA4H" class="footer-link" target="_blank">
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d7f4ef6498ac018f2c55_Symbol.svg"
alt="Discord">
Discord

View file

@ -973,7 +973,7 @@ const SettingsScreen: React.FC = () => {
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
<TouchableOpacity
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
onPress={() => Linking.openURL('https://discord.gg/6w8dr3TSDN')}
onPress={() => Linking.openURL('https://discord.gg/KVgDTjhA4H')}
activeOpacity={0.7}
>
<View style={styles.discordButtonContent}>
@ -1108,7 +1108,7 @@ const SettingsScreen: React.FC = () => {
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
<TouchableOpacity
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
onPress={() => Linking.openURL('https://discord.gg/6w8dr3TSDN')}
onPress={() => Linking.openURL('https://discord.gg/KVgDTjhA4H')}
activeOpacity={0.7}
>
<View style={styles.discordButtonContent}>