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.2.6
No related merge requests found
{ {
"name": "misskey", "name": "misskey",
"version": "13.5.0", "version": "13.5.1",
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -3,9 +3,8 @@ ...@@ -3,9 +3,8 @@
<div class="banner" :style="user.bannerUrl ? `background-image: url(${user.bannerUrl})` : ''"></div> <div class="banner" :style="user.bannerUrl ? `background-image: url(${user.bannerUrl})` : ''"></div>
<MkAvatar class="avatar" :user="user" indicator/> <MkAvatar class="avatar" :user="user" indicator/>
<div class="title"> <div class="title">
<MkA class="name _nowrap" :to="userPage(user)"{{ user.name ?? user.username }}</mk-a> <MkA class="name _nowrap" :to="userPage(user)">{{ user.name ?? user.username }}</MkA>
<p class="username"><MkAcct :user="user"/></p> <p class="username"><MkAcct :user="user"/></p>
</mka>
</div> </div>
<span v-if="$i && $i.id !== user.id && user.isFollowed" class="followed">{{ $ts.followsYou }}</span> <span v-if="$i && $i.id !== user.id && user.isFollowed" class="followed">{{ $ts.followsYou }}</span>
<div class="description"> <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