We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca8a5ea commit df50955Copy full SHA for df50955
src/author/Profile.jsx
@@ -96,7 +96,7 @@ class Profile extends migi.Component {
96
</div>
97
<span>热度</span>
98
99
- <a href="#" class={ (this.isLike ? 'support' : 'follow') + (this.loading ? ' loading' : '') } onClick={ this.click }>{ this.isLike ? '应援' : '关注' }</a>
+ <a href="#" class={ (this.isLike ? 'support' : 'follow') + (this.loading ? ' loading' : '') } onClick={ this.click }>{ this.isLike ? '取关' : '关注' }</a>
100
101
102
</div>;
0 commit comments