mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-08 11:10:55 +00:00
update discord url
This commit is contained in:
parent
69dacb0ede
commit
97f558faf4
2 changed files with 3 additions and 3 deletions
|
|
@ -936,7 +936,7 @@
|
||||||
<p class="footer-tagline">Built with React Native & Expo</p>
|
<p class="footer-tagline">Built with React Native & Expo</p>
|
||||||
|
|
||||||
<div class="footer-links">
|
<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"
|
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d7f4ef6498ac018f2c55_Symbol.svg"
|
||||||
alt="Discord">
|
alt="Discord">
|
||||||
Discord
|
Discord
|
||||||
|
|
|
||||||
|
|
@ -973,7 +973,7 @@ const SettingsScreen: React.FC = () => {
|
||||||
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
|
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
|
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
|
||||||
onPress={() => Linking.openURL('https://discord.gg/6w8dr3TSDN')}
|
onPress={() => Linking.openURL('https://discord.gg/KVgDTjhA4H')}
|
||||||
activeOpacity={0.7}
|
activeOpacity={0.7}
|
||||||
>
|
>
|
||||||
<View style={styles.discordButtonContent}>
|
<View style={styles.discordButtonContent}>
|
||||||
|
|
@ -1108,7 +1108,7 @@ const SettingsScreen: React.FC = () => {
|
||||||
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
|
<View style={{ flexDirection: 'row', gap: 12, flexWrap: 'wrap', justifyContent: 'center' }}>
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
|
style={[styles.discordButton, { backgroundColor: currentTheme.colors.elevation1 }]}
|
||||||
onPress={() => Linking.openURL('https://discord.gg/6w8dr3TSDN')}
|
onPress={() => Linking.openURL('https://discord.gg/KVgDTjhA4H')}
|
||||||
activeOpacity={0.7}
|
activeOpacity={0.7}
|
||||||
>
|
>
|
||||||
<View style={styles.discordButtonContent}>
|
<View style={styles.discordButtonContent}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue