From b5fb2daea3202b1fe9e57c7273074153d43cfc50 Mon Sep 17 00:00:00 2001 From: amber Date: Wed, 2 Sep 2020 11:36:53 +0530 Subject: [PATCH] countrycode bug --- src/script/teachers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/teachers.js b/src/script/teachers.js index a09865f..b7d1dd5 100644 --- a/src/script/teachers.js +++ b/src/script/teachers.js @@ -7,7 +7,7 @@ export default () => { "city": "Chandigarh", "country": "India", "presentAddress": "SCO 34 second floor", - "countryCode": "IN", + "countryCode": "+91", "mobileNo": "08558875847", "state": "Chandigarh", "pincode": "160071", -- 2.0.0