From c5ee90762e9302ed7d08e361adad3ace51344a3f Mon Sep 17 00:00:00 2001 From: Mehdi104797 <92753457+Mehdi104797@users.noreply.github.com> Date: Wed, 7 May 2025 15:03:46 +0330 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=BA=DB=8C=DB=8C=D8=B1=D8=A7=D8=AA=20?= =?UTF-8?q?=D8=B5=D9=81=D8=AD=D9=87=20=D8=AD=D8=AF=DB=8C=D8=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../images/font-icons/haditha-title.svg | 52 ++++++++++++ components/haditha/NavigationMenu.vue | 2 +- pages/haditha/search/[id]/[slug]/index.vue | 79 ++++++++++++++++++- 3 files changed, 130 insertions(+), 3 deletions(-) create mode 100644 assets/haditha/images/font-icons/haditha-title.svg diff --git a/assets/haditha/images/font-icons/haditha-title.svg b/assets/haditha/images/font-icons/haditha-title.svg new file mode 100644 index 0000000..8e0942e --- /dev/null +++ b/assets/haditha/images/font-icons/haditha-title.svg @@ -0,0 +1,52 @@ + diff --git a/components/haditha/NavigationMenu.vue b/components/haditha/NavigationMenu.vue index 97f7c75..2bfc606 100644 --- a/components/haditha/NavigationMenu.vue +++ b/components/haditha/NavigationMenu.vue @@ -12,7 +12,7 @@ import { useAuthStore } from "@stores/authStore"; const items = ref([ { label: "خانه", - icon: "haditha:home", + icon: "haditha:haditha-title", to: "/haditha", descrption: "صفحه اصلی", class: "flex flex-col lg:flex-row justify-center items-center hide-label", diff --git a/pages/haditha/search/[id]/[slug]/index.vue b/pages/haditha/search/[id]/[slug]/index.vue index 7741e25..2312c58 100644 --- a/pages/haditha/search/[id]/[slug]/index.vue +++ b/pages/haditha/search/[id]/[slug]/index.vue @@ -221,7 +221,7 @@ const NavigationMenu = defineAsyncComponent(