Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 6ddd3a6

Browse files
author
soliury
committed
edit About page layout
1 parent d53defa commit 6ddd3a6

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

app/containers/About.js

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ class Home extends Component {
5757
<Text style={styles.subTitle}>For CNodejs.org</Text>
5858
</TouchableOpacity>
5959

60-
61-
<TouchableOpacity onPress={() => this.props.router.toUser({
62-
userName:config.author.cnodeName
63-
})}>
64-
<Text style={styles.subTitle}>@soliury</Text>
60+
<TouchableOpacity onPress={this._onSourceInGithubPress.bind(this)}>
61+
<Icon
62+
name='ion|social-github'
63+
size={40}
64+
color='rgba(255,204,0,1)'
65+
style={[styles.rowIcon,{marginTop:20}]}/>
6566
</TouchableOpacity>
6667

6768

@@ -73,17 +74,14 @@ class Home extends Component {
7374

7475

7576
<View style={styles.footer}>
76-
<View style={styles.row}>
77-
<TouchableOpacity onPress={this._onSourceInGithubPress.bind(this)}>
78-
<Icon
79-
name='ion|social-github'
80-
size={40}
81-
color='rgba(255,204,0,1)'
82-
style={styles.rowIcon}/>
83-
</TouchableOpacity>
84-
</View>
8577

86-
<View style={styles.row}>
78+
<TouchableOpacity onPress={() => this.props.router.toUser({
79+
userName:config.author.cnodeName
80+
})}>
81+
<Text style={styles.subTitle}>@soliury</Text>
82+
</TouchableOpacity>
83+
84+
<View style={[styles.row]}>
8785
<TouchableOpacity onPress={()=> window.link(config.author.blog)}>
8886
<Image
8987
style={styles.blog}

0 commit comments

Comments
 (0)