Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove survey btn and restore feedback btn #914

Merged
merged 1 commit into from
Mar 22, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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