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

Feature/remove all refs to contact us #77 #100

Merged
merged 6 commits into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion components/common/errorBoundary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import Anchor from './link';
import bugsnagClient from '../../utils/bugsnag';
import IntercomChat from '../intercom';

class ErrorBoundary extends Component {
constructor(props) {
Expand Down Expand Up @@ -51,7 +52,7 @@ class ErrorBoundary extends Component {
<p className="f-14 light pt2 c-white">
{'Sorry for any inconvenience. If you\'re seeing this often, please'}
{' '}
<Anchor to="/contact"> contact us </Anchor>
<IntercomChat />
</p>
<Anchor to="/home" as="/" className="basic-btn bold bg-brand-primary c-white mt3">Back to home</Anchor>
</div>
Expand Down
250 changes: 0 additions & 250 deletions components/contact/contact.module.scss

This file was deleted.

23 changes: 0 additions & 23 deletions components/contact/contactBanner.js

This file was deleted.

91 changes: 0 additions & 91 deletions components/contact/contactForm.js

This file was deleted.

Loading