diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index 0152c3b11..f392d128b 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -10,5 +10,6 @@ defineProps() diff --git a/front/src/components/library/Home.vue b/front/src/components/library/Home.vue index cacd54db2..7fece1319 100644 --- a/front/src/components/library/Home.vue +++ b/front/src/components/library/Home.vue @@ -110,11 +110,11 @@ fetchData()

{{ $t('components.library.Home.header.newChannels') }}

- + /> diff --git a/front/src/views/content/Home.vue b/front/src/views/content/Home.vue index c08b5f123..8cee5bf23 100644 --- a/front/src/views/content/Home.vue +++ b/front/src/views/content/Home.vue @@ -20,7 +20,7 @@ const defaultQuota = computed(() => humanSize(quota.value * 1e6)) v-title="labels.title" class="ui vertical aligned stripe segment" > - /front/src/components/audio/Search.vue + front/src/views/content/Home.vue

{{ labels.title }}

diff --git a/front/src/views/content/libraries/Home.vue b/front/src/views/content/libraries/Home.vue index 8530879d8..6e77a0545 100644 --- a/front/src/views/content/libraries/Home.vue +++ b/front/src/views/content/libraries/Home.vue @@ -41,7 +41,7 @@ const libraryCreated = (library: Library) => {