1
0
Fork 0
forked from mirror/pixelfed

Update Profile.vue

This commit is contained in:
Daniel Supernault 2019-12-05 19:27:32 -07:00
parent 74061b85ce
commit 46d4aba89c
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -101,7 +101,7 @@
<span class="pl-4" v-if="owner && user.hasOwnProperty('id')"> <span class="pl-4" v-if="owner && user.hasOwnProperty('id')">
<a class="btn btn-outline-secondary btn-sm" href="/settings/home" style="font-weight: 600;">Edit Profile</a> <a class="btn btn-outline-secondary btn-sm" href="/settings/home" style="font-weight: 600;">Edit Profile</a>
</span> </span>
<span class="pl-4" v-else> <span class="pl-4">
<a class="fas fa-ellipsis-h fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a> <a class="fas fa-ellipsis-h fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a>
</span> </span>
</div> </div>