Skip to content

Commit

Permalink
Merge pull request #914 from ONEARMY/master
Browse files Browse the repository at this point in the history
remove survey btn and restore feedback btn
  • Loading branch information
BenGamma authored Mar 22, 2020
2 parents f00f162 + f27a798 commit 65a8cb1
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Routes extends React.Component<any, IState> {
</Switch>
</ScrollToTop>
</BrowserRouter>
{/* <Link
<Link
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLSd3nevXb6iewap1lkFPWQxyerLsndcRkocv4QXIL3iLIyzazA/viewform?usp=pp_url&entry.1856170488="
data-cy="feedback"
Expand All @@ -85,24 +85,6 @@ export class Routes extends React.Component<any, IState> {
>
Have feedback ?
</Button>
</Link> */}
<Link
target="_blank"
href="https://preciousplastic.com/survey"
sx={{ display: ['none', 'none', 'block'] }}
>
<Button
sx={{
position: 'fixed',
bottom: '30px',
left: '50%',
transform: 'translate(-50%, 0)',
}}
variant="primary"
>
<b>How big is our Impact ? </b>Help us find out! (Only until 20th
March!) →
</Button>
</Link>
</div>
)
Expand Down

0 comments on commit 65a8cb1

Please sign in to comment.