fix: add gaps to links
This commit is contained in:
parent
7e9967b66e
commit
8cd9d043c6
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<MkAvatar :user="user" :class="$style.contributorAvatar"/>
|
<MkAvatar :user="user" :class="$style.contributorAvatar"/>
|
||||||
<span :class="$style.contributorUsername">@{{ user.username }}
|
<span :class="$style.contributorUsername">@{{ user.username }}
|
||||||
<span :class="$style.contributorClient">
|
<span :class="$style.contributorClient">
|
||||||
<span :style="instanceColor">{{ instance.name }}</span>
|
<span :style="instanceColor">{{ instance.name }} Staff</span>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</MkA>
|
</MkA>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue