diff --git a/front/src/ui/modals/Search.vue b/front/src/ui/modals/Search.vue index 253caa936..03695c705 100644 --- a/front/src/ui/modals/Search.vue +++ b/front/src/ui/modals/Search.vue @@ -1,9 +1,10 @@ @@ -294,17 +348,23 @@ watch(queryDebounced, search, { immediate: true }) @@ -316,80 +376,86 @@ watch(queryDebounced, search, { immediate: true }) v-for="category in availableCategories" :key="category.type" > -
+ + {{ t('components.Home.link.viewMore') }} + - - - + If the following link does not work, wait a few seconds and try again @@ -398,7 +464,7 @@ watch(queryDebounced, search, { immediate: true }) - {{ resultsPerCategory(category.type) }} + TODO: {{ resultsPerCategory(category) }}