diff --git a/apps/climatemappedafrica/.env.template b/apps/climatemappedafrica/.env.template index e3bc636ea..600a19c60 100644 --- a/apps/climatemappedafrica/.env.template +++ b/apps/climatemappedafrica/.env.template @@ -17,7 +17,7 @@ NEXT_PUBLIC_OPENAFRICA_DOMAINS= # based site domain) NEXT_PUBLIC_SOURCEAFRICA_DOMAINS= -#Analytics +# Google Analytics NEXT_PUBLIC_GOOGLE_ANALYTICS_ID = "G-xxxxxxxx" # AWS S3 bucket for storing images @@ -26,10 +26,10 @@ S3_SECRET_ACCESS_KEY=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA S3_BUCKET=name-of-s3-bucket S3_REGION=bucket-region-us-east-1 -# +# Payload MONGO_URL="mongodb+srv://:@host/db" PAYLOAD_PUBLIC_APP_URL="http://localhost:3000" PAYLOAD_SECRET="secure random string" -# HURUmap URL +# HURUmap HURUMAP_API_URL="https://ng.hurumap.org/api/v1/" diff --git a/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js b/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js index 0a6abeb25..228435b0a 100644 --- a/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js +++ b/apps/climatemappedafrica/src/components/HURUmap/Panel/MobilePanel/MobilePanel.js @@ -4,7 +4,7 @@ import React from "react"; import RichData from "./RichData"; -import PrintIcon from "@/climatemappedafrica/assets/icons/print.svg?url"; +import printIcon from "@/climatemappedafrica/assets/icons/print.svg?url"; import TopIcon from "@/climatemappedafrica/assets/icons/top.svg"; import LocationHeader from "@/climatemappedafrica/components/HURUmap/LocationHeader"; import PinAndCompare from "@/climatemappedafrica/components/HURUmap/PinAndCompare"; @@ -52,7 +52,7 @@ function MobilePanel({ activeType, scrollToTopLabel, sx, ...props }) {
diff --git a/apps/climatemappedafrica/src/components/HURUmap/Panel/Profile.js b/apps/climatemappedafrica/src/components/HURUmap/Panel/Profile.js index 369a63894..03defc9f0 100644 --- a/apps/climatemappedafrica/src/components/HURUmap/Panel/Profile.js +++ b/apps/climatemappedafrica/src/components/HURUmap/Panel/Profile.js @@ -4,7 +4,7 @@ import React, { forwardRef } from "react"; import ProfileItems from "./ProfileItems"; -import Print from "@/climatemappedafrica/assets/icons/print.svg?url"; +import printIcon from "@/climatemappedafrica/assets/icons/print.svg?url"; import LocationHeader from "@/climatemappedafrica/components/HURUmap/LocationHeader"; import PinAndCompare from "@/climatemappedafrica/components/HURUmap/PinAndCompare"; import Loading from "@/climatemappedafrica/components/Loading"; @@ -122,7 +122,7 @@ const Profile = forwardRef(function Profile( {isLoading && }