Migration from dev, remove pronouns and everything related to it

This commit is contained in:
Frank de Lange 2022-01-29 16:01:41 +00:00
parent c909e9757a
commit b968c59a90
7 changed files with 3 additions and 179 deletions

View file

@ -141,8 +141,7 @@
</div>
</div>
<p class="d-flex align-items-center mb-1">
<span class="font-weight-bold mr-1">{{profile.display_name}}</span>
<span v-if="profile.pronouns" class="text-muted small">{{profile.pronouns.join('/')}}</span>
<span class="font-weight-bold pr-3">{{profile.display_name}}</span>
</p>
<p v-if="profile.note" class="mb-0" v-html="profile.note"></p>
<p v-if="profile.website"><a :href="profile.website" class="profile-website small" rel="me external nofollow noopener" target="_blank">{{formatWebsite(profile.website)}}</a></p>
@ -420,7 +419,6 @@
</div>
</div>
</div>
<b-modal
v-if="profile && following"
ref="followingModal"