From 38c75ac1a38725d44852bb8e9e7ea74dfc8f6556 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 6 Dec 2022 09:32:08 +0100 Subject: [PATCH] fix phrasing on some overlay buttons --- app/src/frontend/map/borough-switcher.tsx | 2 +- app/src/frontend/map/conservation-switcher.tsx | 2 +- app/src/frontend/map/historic-data-switcher.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/frontend/map/borough-switcher.tsx b/app/src/frontend/map/borough-switcher.tsx index 045764bb..4c41cdfe 100644 --- a/app/src/frontend/map/borough-switcher.tsx +++ b/app/src/frontend/map/borough-switcher.tsx @@ -11,7 +11,7 @@ const BoroughSwitcher: React.FC = (props) => (
); diff --git a/app/src/frontend/map/conservation-switcher.tsx b/app/src/frontend/map/conservation-switcher.tsx index 3407e6a8..84edfe86 100644 --- a/app/src/frontend/map/conservation-switcher.tsx +++ b/app/src/frontend/map/conservation-switcher.tsx @@ -11,7 +11,7 @@ const ConservationAreaSwitcherProps: React.FC = (
); diff --git a/app/src/frontend/map/historic-data-switcher.tsx b/app/src/frontend/map/historic-data-switcher.tsx index 6eae335f..c06c019f 100644 --- a/app/src/frontend/map/historic-data-switcher.tsx +++ b/app/src/frontend/map/historic-data-switcher.tsx @@ -11,7 +11,7 @@ const HistoricDataSwitcherProps: React.FC = (props) =
);