From bd46f5220620daa73ba3190ffb292f503b92722c Mon Sep 17 00:00:00 2001 From: Melinda T Date: Mon, 1 Jul 2024 17:23:11 -0700 Subject: [PATCH] added FCC link to error popup message --- src/vis/MeasurementMap.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vis/MeasurementMap.tsx b/src/vis/MeasurementMap.tsx index 26e5917..d019656 100644 --- a/src/vis/MeasurementMap.tsx +++ b/src/vis/MeasurementMap.tsx @@ -98,7 +98,8 @@ function organizePopup(apiText: any, postcode: any, lon: any, lat: any): string{ let dict = JSON.parse(apiText); console.log(dict); if(Object.keys(dict).length == 0) { - return "No prices could be found." + "Visit allconnect.com" + " to see provider rates in your area."; + return "No prices could be found." + "Visit " + "FCC National Broadband Map." + " to see providers in your area, and " + + "allconnect.com" + " to see provider rates in your area."; } let returnString = "" + "" + ""