کاوش با
هوش مصنوعی
diff --git a/pages/haditha/favorites/index.vue b/pages/haditha/favorites/index.vue
index fb3276e..12c14c8 100644
--- a/pages/haditha/favorites/index.vue
+++ b/pages/haditha/favorites/index.vue
@@ -95,8 +95,8 @@ const loadMore = async () => {
});
};
-// const { isFetching } = useInfiniteScroll(loadMore, "favoriteInfiniteScroll");
-const { isFetching } = useInfiniteScroll(async () => {
+// const { isFetching } = useCustomInfiniteScroll(loadMore, "favoriteInfiniteScroll");
+const { isFetching } = useCustomInfiniteScroll(async () => {
await loadMore();
});
diff --git a/pages/haditha/library/index.vue b/pages/haditha/library/index.vue
index 3f15068..c26a971 100644
--- a/pages/haditha/library/index.vue
+++ b/pages/haditha/library/index.vue
@@ -115,7 +115,7 @@ const loadMore = async () => {
};
// const { isFetching } = useInfiniteScroll(loadMore, "libraryInfiniteScroll");
-const { isFetching } = useInfiniteScroll(async () => {
+const { isFetching } = useCustomInfiniteScroll(async () => {
await loadMore();
});
// #endregion methods
diff --git a/pages/haditha/public-pages/about-us.vue b/pages/haditha/public-pages/about-us.vue
index 4ef2866..cfeb3cf 100644
--- a/pages/haditha/public-pages/about-us.vue
+++ b/pages/haditha/public-pages/about-us.vue
@@ -27,7 +27,7 @@ const NavigationMenu = defineAsyncComponent(() =>
-
+
-
+
diff --git a/pages/haditha/public-pages/index.vue b/pages/haditha/public-pages/index.vue
index b2e7c7b..d6059c8 100644
--- a/pages/haditha/public-pages/index.vue
+++ b/pages/haditha/public-pages/index.vue
@@ -129,7 +129,8 @@ onMounted(() => {
-
+