From 923f5d43af9051cc13ce1755aa03ac6319efaefd Mon Sep 17 00:00:00 2001 From: Gigin George Date: Mon, 13 Sep 2021 11:56:11 +0530 Subject: [PATCH 1/5] Add Google API; Change Ernakulaam to Chennai --- src/utils/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index 184cfc6..30d2190 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -1,9 +1,9 @@ // Activated Districts export const ACTIVATED_DISTRICTS = [ - { id: 7, name: "Ernakulam", lat: 10.148_547_6, lng: 76.500_752_4, zoom: 10 }, + { id: 16, name: "Chennai", lat: 13.0629, lng: 80.2315, zoom: 10 }, ]; -export const GMAP_KEY = "AIzaSyDsBAc3y7deI5ZO3NtK5GuzKwtUzQNJNUk"; +export const GMAP_KEY = "AIzaSyCd-dCJ0kZggouOsYQ9onr87k03CnZxUOg"; export const AVAILABILITY_TYPES_ORDERED = [ 1, 150, 10, 20, 30, 120, 110, 100, 40, 60, 50, 70, From 568d16fbeea9d2e54fb0dc7556d43d675ac83d98 Mon Sep 17 00:00:00 2001 From: Gigin George Date: Mon, 13 Sep 2021 13:01:01 +0530 Subject: [PATCH 2/5] Update Sidebar --- src/components/Sidebar/SidebarContent.js | 10 +++++----- src/routes/sidebar.js | 10 +--------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/components/Sidebar/SidebarContent.js b/src/components/Sidebar/SidebarContent.js index 6fbae67..748fa73 100644 --- a/src/components/Sidebar/SidebarContent.js +++ b/src/components/Sidebar/SidebarContent.js @@ -44,13 +44,13 @@ function SidebarContent() {