Remove descriptions in timeline menu, change to title
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
eris 2022-07-27 20:23:34 +00:00
parent 2258174a00
commit c74e939a82
1 changed files with 4 additions and 8 deletions

View File

@ -9,9 +9,8 @@
fixed-width
class="fa-scale-110 fa-old-padding "
icon="home"
/>{{ $t("nav.home_timeline") }}
/><span :title="$t('nav.home_timeline_description')">{{ $t("nav.home_timeline") }}</span>
</router-link>
<span class="timeline-desc">{{ $t("nav.home_timeline_description") }}</span>
</li>
<li v-if="currentUser">
<router-link
@ -22,9 +21,8 @@
fixed-width
class="fa-scale-110 fa-old-padding "
icon="circle"
/>{{ $t("nav.bubble_timeline") }}
/><span :title="$t('nav.bubble_timeline_description')">{{ $t("nav.bubble_timeline") }}</span>
</router-link>
<span class="timeline-desc">{{ $t("nav.bubble_timeline_description") }}</span>
</li>
<li v-if="currentUser || !privateMode">
<router-link
@ -35,9 +33,8 @@
fixed-width
class="fa-scale-110 fa-old-padding "
icon="users"
/>{{ $t("nav.public_tl") }}
/><span :title="$t('nav.public_timeline_description')">{{ $t("nav.public_tl") }}</span>
</router-link>
<span class="timeline-desc">{{ $t("nav.public_timeline_description") }}</span>
</li>
<li v-if="federating && (currentUser || !privateMode)">
<router-link
@ -48,9 +45,8 @@
fixed-width
class="fa-scale-110 fa-old-padding "
icon="globe"
/>{{ $t("nav.twkn") }}
/><span :title="$t('nav.twkn_timeline_description')">{{ $t("nav.twkn") }}</span>
</router-link>
<span class="timeline-desc">{{ $t("nav.twkn_timeline_description") }}</span>
</li>
<li v-if="currentUser">
<router-link