replace pencil with wrench icon

# Conflicts:
#	src/components/user_card/user_card.vue
This commit is contained in:
Brenden Bice 2019-04-11 23:14:45 -04:00 committed by taehoon
parent d6be4fd921
commit 6aee2ed63f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div :title="user.name" class='user-name' v-if="user.name_html" v-html="user.name_html"></div>
<div :title="user.name" class='user-name' v-else>{{user.name}}</div>
<router-link :to="{ name: 'user-settings' }" v-if="!isOtherUser">
<i class="button-icon icon-pencil usersettings" :title="$t('tool_tip.user_settings')"></i>
<i class="button-icon icon-wrench usersettings" :title="$t('tool_tip.user_settings')"></i>
</router-link>
<a :href="user.statusnet_profile_url" target="_blank" v-if="isOtherUser && !user.is_local">
<i class="icon-link-ext usersettings"></i>