fix link git
This commit is contained in:
@@ -150,8 +150,8 @@ index 000000000..62a39a21d
|
||||
+ <div class="section-title">Developer</div>
|
||||
+ <div class="developer-name">syui</div>
|
||||
+ <div class="link-row">
|
||||
+ <span class="link-icon">GitHub</span>
|
||||
+ <a href="https://github.com/syui" class="link-value" target="_blank">github.com/syui</a>
|
||||
+ <span class="link-icon">Git</span>
|
||||
+ <a href="https://git.syui.ai/syui" class="link-value" target="_blank">git.syui.ai/syui</a>
|
||||
+ <span class="link-arrow">→</span>
|
||||
+ </div>
|
||||
+ <div class="link-row">
|
||||
@@ -292,7 +292,7 @@ index 000000000..89f40e414
|
||||
+
|
||||
+ <div class="footer">
|
||||
+ <p>Last updated: 2025</p>
|
||||
+ <p>© syu.is</p>
|
||||
+ <p>© syui</p>
|
||||
+ </div>
|
||||
+</body>
|
||||
+</html>
|
||||
@@ -364,7 +364,7 @@ index 000000000..02fe64696
|
||||
+
|
||||
+ <div class="footer">
|
||||
+ <p>Last updated: 2025</p>
|
||||
+ <p>© syu.is</p>
|
||||
+ <p>© syui</p>
|
||||
+ </div>
|
||||
+</body>
|
||||
+</html>
|
||||
|
||||
@@ -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