diff --git a/src/components/LongCoverCard/LongCoverCard.vue b/src/components/LongCoverCard/LongCoverCard.vue index 5160b57b..2a711b9d 100644 --- a/src/components/LongCoverCard/LongCoverCard.vue +++ b/src/components/LongCoverCard/LongCoverCard.vue @@ -18,20 +18,20 @@ defineProps<{ diff --git a/src/components/TopBar/components/FavoritesPop.vue b/src/components/TopBar/components/FavoritesPop.vue index b9d7746b..97992d07 100644 --- a/src/components/TopBar/components/FavoritesPop.vue +++ b/src/components/TopBar/components/FavoritesPop.vue @@ -2,7 +2,7 @@ import type { Ref } from 'vue' import { onMounted, reactive, ref, watch } from 'vue' import type { FavoriteCategory, FavoriteResource } from '../types' -import { getUserID, removeHttpFromUrl, smoothScrollToTop } from '~/utils/main' +import { getUserID, isHomePage, removeHttpFromUrl, smoothScrollToTop } from '~/utils/main' import { calcCurrentTime } from '~/utils/dataFormatter' const favoriteCategories = reactive>([]) @@ -148,20 +148,20 @@ defineExpose({ {{ activatedFavoriteTitle }} - + {{ $t('common.view_all') }}