diff --git a/package.json b/package.json index 12f1954..0ae4ebe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-scroll": "^1.7.7", "recompose": "^0.26.0", "styled-components": "^3.2.3", - "take-back-map": "git://github.com/ProgressiveHackNight/take-back-day-mapping#57a0b658010bd39c4cf5306e52f07b323fe615d8" + "take-back-map": "git://github.com/ProgressiveHackNight/take-back-day-mapping#ddb34280b5bc5c82da88eea33348e2b185788578" }, "devDependencies": { "react-scripts": "1.1.1" diff --git a/src/copy.js b/src/copy.js index b1b1f1f..b078ee2 100644 --- a/src/copy.js +++ b/src/copy.js @@ -13,7 +13,8 @@ const placeholderDescr = 'Description goes here: takeback takeback takeback take export const headerCopy = { description: 'Ready to help out? Search below to find a safe place to get rid of unused medication near you.', - description2: 'Click on any site that pops up in your search results to move the map.', + description2: 'This list of locations was last updated in March 2018. Make sure to call any listed locations to confirm that drop-offs are accepted.', + description3: 'Click on any site that pops up in your search results to move the map.', }; // const mapCopy = { diff --git a/src/layout/Header.jsx b/src/layout/Header.jsx index 2ab39eb..a0f2481 100644 --- a/src/layout/Header.jsx +++ b/src/layout/Header.jsx @@ -26,6 +26,7 @@ const Header = () => ( {headerCopy.description} {headerCopy.description2} + {headerCopy.description3} ); diff --git a/src/layout/MobileNav.jsx b/src/layout/MobileNav.jsx index 1c3093c..09d63bf 100644 --- a/src/layout/MobileNav.jsx +++ b/src/layout/MobileNav.jsx @@ -10,7 +10,7 @@ // { text: "FAQ", link: "faq" }, // { text: "Toolkit", link: "toolkit" }, // { text: "About the Opioid Crisis", link: "about" }, -// { text: "An Initiative of NY AG Schneiderman", link: "nyag" }, +// { text: "An Initiative of NY AG", link: "nyag" }, // ]; // // const generateNavOptions = () => { diff --git a/yarn.lock b/yarn.lock index 4924aab..cee0a7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8140,9 +8140,9 @@ table@^4.0.1: slice-ansi "1.0.0" string-width "^2.1.1" -"take-back-map@git://github.com/ProgressiveHackNight/take-back-day-mapping#57a0b658010bd39c4cf5306e52f07b323fe615d8": +"take-back-map@git://github.com/ProgressiveHackNight/take-back-day-mapping#ddb34280b5bc5c82da88eea33348e2b185788578": version "0.1.0" - resolved "git://github.com/ProgressiveHackNight/take-back-day-mapping#57a0b658010bd39c4cf5306e52f07b323fe615d8" + resolved "git://github.com/ProgressiveHackNight/take-back-day-mapping#ddb34280b5bc5c82da88eea33348e2b185788578" dependencies: axios "^0.18.0" firebase "^4.11.0"