From 3e24858aac1df0ffae5f2c8d4f181a72d3fab151 Mon Sep 17 00:00:00 2001 From: drupaldev143 <119724661+drupaldev143@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:15:48 +0330 Subject: [PATCH] refactor menu item --- constans/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constans/index.js b/constans/index.js index 531996f..89341ff 100644 --- a/constans/index.js +++ b/constans/index.js @@ -1,7 +1,7 @@ export const listNav = [ { id: 1, name: "صفحه اصلی", link: "/" }, { id: 2, name: "تخصص ها", link: "/specialties" }, - { id: 3, name: "کلینیک ها ها", link: "/clinics" }, + { id: 3, name: "کلینیک ها ", link: "/clinics" }, { id: 4, name: "بلاگ", link: "/blogs" }, { id: 5, name: "تماس با ما", link: "/contact-us" }, { id: 6, name: "درباره ما", link: "/about-us" },