Skip to content

Commit 83cafa7

Browse files
committed
1 parent 0992091 commit 83cafa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

com.woltlab.wcf/templates/userProfileHeader.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
data-follow-user="{link controller='UserFollow' id=$user->userID}{/link}"
118118
class="userProfileHeader__button button small jsTooltip"
119119
title="{lang}wcf.user.button.unfollow{/lang}"
120-
>{icon name='minus' type='solid'}</button>
120+
>{icon name='user-minus' type='solid'}</button>
121121
{else}
122122
<button
123123
type="button"
124124
data-following="0"
125125
data-follow-user="{link controller='UserFollow' id=$user->userID}{/link}"
126126
class="userProfileHeader__button button small jsTooltip"
127127
title="{lang}wcf.user.button.follow{/lang}"
128-
>{icon name='plus' type='solid'}</button>
128+
>{icon name='user-plus' type='solid'}</button>
129129
{/if}
130130
{/if}
131131
{/if}

0 commit comments

Comments
 (0)