Skip to content
Snippets Groups Projects
Commit ff97a003 authored by syuilo's avatar syuilo
Browse files

Merge branch 'develop'

parents 03744a25 53c92e3e
No related branches found
Tags 13.5.1
No related merge requests found
{
"name": "misskey",
"version": "13.5.0",
"version": "13.5.1",
"codename": "nasubi",
"repository": {
"type": "git",
......
......@@ -3,9 +3,8 @@
<div class="banner" :style="user.bannerUrl ? `background-image: url(${user.bannerUrl})` : ''"></div>
<MkAvatar class="avatar" :user="user" indicator/>
<div class="title">
<MkA class="name _nowrap" :to="userPage(user)"{{ user.name ?? user.username }}</mk-a>
<p class="username"><MkAcct :user="user"/></p>
</mka>
<MkA class="name _nowrap" :to="userPage(user)">{{ user.name ?? user.username }}</MkA>
<p class="username"><MkAcct :user="user"/></p>
</div>
<span v-if="$i && $i.id !== user.id && user.isFollowed" class="followed">{{ $ts.followsYou }}</span>
<div class="description">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment