Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
update the locations and text content for the site
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Steinborn authored and Eric Steinborn committed Oct 18, 2018
1 parent 68e6315 commit 125a495
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion src/copy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
1 change: 1 addition & 0 deletions src/layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Header = () => (
<Image src={heroImage} />
<SectionDescription>{headerCopy.description}</SectionDescription>
<SectionDescription>{headerCopy.description2}</SectionDescription>
<SectionDescription>{headerCopy.description3}</SectionDescription>
</SectionContainerGray>
);

Expand Down
2 changes: 1 addition & 1 deletion src/layout/MobileNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 125a495

Please sign in to comment.