Skip to content

Commit

Permalink
Merge pull request #112 from cityofaustin/110_replace_form
Browse files Browse the repository at this point in the history
replace Netlify Forms based email collection for Google Form link
  • Loading branch information
Mateo Clarke committed Mar 9, 2020
2 parents d783c6b + 93dd455 commit fa35649
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion gatsby/src/components/info.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,15 @@ const Info = ({ uri, location, data, yaml, ...rest }) => {
case "EmailCollection":
return (
<span id={URLify(section.title)} key={`Info-sections-${i}`}>
<EmailCollection lang={language} />
<div className="text-center margin-bottom-8">
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSfPL2i9v87W7tYXjl6mJtDuvL0bmuAVQFQfN-SCeamb3KxZhQ/viewform"
target="_blank"
className="usa-button usa-button usa-button--big"
>
Volunteer for Census Outreach
</a>
</div>
</span>
);
case "NewsAndEvents":
Expand Down

0 comments on commit fa35649

Please sign in to comment.