fix link git
This commit is contained in:
@@ -129,13 +129,13 @@ export function AppInfoScreen() {
|
||||
</View>
|
||||
|
||||
<Pressable
|
||||
onPress={() => openUrl('https://github.com/syui')}
|
||||
onPress={() => openUrl('https://git.syui.ai/syui')}
|
||||
style={[styles.linkRow, t.atoms.border_contrast_low]}>
|
||||
<Text style={[styles.linkIcon, t.atoms.text_contrast_medium]}>
|
||||
GitHub
|
||||
Git
|
||||
</Text>
|
||||
<Text style={[styles.linkValue, {color: '#0084ff'}]}>
|
||||
github.com/syui
|
||||
git.syui.ai/syui
|
||||
</Text>
|
||||
<Text style={[styles.linkArrow, t.atoms.text_contrast_low]}>→</Text>
|
||||
</Pressable>
|
||||
|
||||
Reference in New Issue
Block a user