mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
add title to following-column.vue
This commit is contained in:
parent
f43fde46fa
commit
36af13e170
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template>
|
||||
<XColumn :menu="menu" :column="column" :isStacked="isStacked" :refresher="reload">
|
||||
<template #header>
|
||||
<i :class="columnIcon" aria-hidden="true"/><span style="margin-left: 8px;">{{ column.name }}</span>
|
||||
<i :class="columnIcon" aria-hidden="true"/><span style="margin-left: 8px;">{{ (column.name || column.userList) ?? i18n.ts._deck._columns.following }}</span>
|
||||
</template>
|
||||
|
||||
<SkRemoteFollowersWarning :class="$style.followersWarning" :model="model"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue