This commit is contained in:
Hailey
2024-06-07 16:20:41 -07:00
parent 4bdb02229e
commit 40196cef09
2 changed files with 130 additions and 44 deletions
+1 -1
View File
@@ -896,7 +896,7 @@ export function SettingsScreen({}: Props) {
<TouchableOpacity
style={[pal.view, styles.linkCardNoIcon]}
onPress={() => {
navigation.navigate('StarterPack', {
navigation.navigate('StarterPackLanding', {
name: 'alice.test',
rkey: '1234567',
})