ai/at
1
0

fix link git

This commit is contained in:
2025-12-13 17:12:25 +09:00
parent 4ef8dd7f4d
commit a9811f7719
9 changed files with 16 additions and 16 deletions

View File

@@ -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>