diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index 1200bdebb..0ea9a4918 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -4,6 +4,8 @@ import { useI18n } from 'vue-i18n' import { computed } from 'vue' import { useStore } from '~/store' +import { FwButton } from '@funkwhale/ui' + const { t } = useI18n() const labels = computed(() => ({ @@ -33,12 +35,12 @@ const defaultQuota = computed(() => humanSize(quota.value * 1e6))
{{ $t('views.content.Home.description.channel.1') }} {{ $t('views.content.Home.description.channel.2') }}
-{{ $t('views.content.Home.description.upload') }}
-{{ $t('views.content.Home.description.follow') }}
-