Skip to content

Commit df50955

Browse files
committed
save
1 parent ca8a5ea commit df50955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/author/Profile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Profile extends migi.Component {
9696
</div>
9797
<span>热度</span>
9898
</div>
99-
<a href="#" class={ (this.isLike ? 'support' : 'follow') + (this.loading ? ' loading' : '') } onClick={ this.click }>{ this.isLike ? '应援' : '关注' }</a>
99+
<a href="#" class={ (this.isLike ? 'support' : 'follow') + (this.loading ? ' loading' : '') } onClick={ this.click }>{ this.isLike ? '取关' : '关注' }</a>
100100
</div>
101101
</div>
102102
</div>;

0 commit comments

Comments
 (0)