forked from AkkomaGang/akkoma-fe
Remove descriptions in timeline menu, change to title
This commit is contained in:
parent
68ef914e15
commit
f803393219
1 changed files with 4 additions and 8 deletions
|
@ -9,9 +9,8 @@
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110 fa-old-padding "
|
class="fa-scale-110 fa-old-padding "
|
||||||
icon="home"
|
icon="home"
|
||||||
/>{{ $t("nav.home_timeline") }}
|
/><span :title="$t('nav.home_timeline_description')">{{ $t("nav.home_timeline") }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="timeline-desc">{{ $t("nav.home_timeline_description") }}</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li v-if="currentUser">
|
<li v-if="currentUser">
|
||||||
<router-link
|
<router-link
|
||||||
|
@ -22,9 +21,8 @@
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110 fa-old-padding "
|
class="fa-scale-110 fa-old-padding "
|
||||||
icon="circle"
|
icon="circle"
|
||||||
/>{{ $t("nav.bubble_timeline") }}
|
/><span :title="$t('nav.bubble_timeline_description')">{{ $t("nav.bubble_timeline") }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="timeline-desc">{{ $t("nav.bubble_timeline_description") }}</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li v-if="currentUser || !privateMode">
|
<li v-if="currentUser || !privateMode">
|
||||||
<router-link
|
<router-link
|
||||||
|
@ -35,9 +33,8 @@
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110 fa-old-padding "
|
class="fa-scale-110 fa-old-padding "
|
||||||
icon="users"
|
icon="users"
|
||||||
/>{{ $t("nav.public_tl") }}
|
/><span :title="$t('nav.public_timeline_description')">{{ $t("nav.public_tl") }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="timeline-desc">{{ $t("nav.public_timeline_description") }}</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li v-if="federating && (currentUser || !privateMode)">
|
<li v-if="federating && (currentUser || !privateMode)">
|
||||||
<router-link
|
<router-link
|
||||||
|
@ -48,9 +45,8 @@
|
||||||
fixed-width
|
fixed-width
|
||||||
class="fa-scale-110 fa-old-padding "
|
class="fa-scale-110 fa-old-padding "
|
||||||
icon="globe"
|
icon="globe"
|
||||||
/>{{ $t("nav.twkn") }}
|
/><span :title="$t('nav.twkn_timeline_description')">{{ $t("nav.twkn") }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<span class="timeline-desc">{{ $t("nav.twkn_timeline_description") }}</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li v-if="currentUser">
|
<li v-if="currentUser">
|
||||||
<router-link
|
<router-link
|
||||||
|
|
Loading…
Reference in a new issue