From 46385d2d589c0b6d2604105f17434ac58ce79817 Mon Sep 17 00:00:00 2001 From: hamed Hosseini Date: Fri, 25 Apr 2025 17:47:52 +0330 Subject: [PATCH] - Added a new entry in city.json with ID 32 that represents all cities - This entry points to the main domain nobat724.com - Fixed whitespace in doctors/index.js --- components/doctors/index.js | 2 +- data/city.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/components/doctors/index.js b/components/doctors/index.js index 53587f2..17b4387 100644 --- a/components/doctors/index.js +++ b/components/doctors/index.js @@ -34,7 +34,7 @@ function DoctorsPage() { - + ); diff --git a/data/city.json b/data/city.json index 5424e54..fb3b730 100644 --- a/data/city.json +++ b/data/city.json @@ -215,5 +215,12 @@ "province_id": "31", "name": "یزد", "domain": "yazd-nobat.ir" + }, + { + "id": "32", + "type": "2", + "province_id": "32", + "name": "All", + "domain": "nobat724.com" } ]