Skip to content

Commit

Permalink
Feature/remove all refs to contact us #77 (#100)
Browse files Browse the repository at this point in the history
* WIP removing contact references for intercom

* removed all contact refs but some styles mobile menu not updated

* added changes based on review

* added changes based on second review
  • Loading branch information
bronz3beard authored Jan 21, 2020
1 parent beec6e1 commit f8a7675
Show file tree
Hide file tree
Showing 22 changed files with 153 additions and 550 deletions.
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

0 comments on commit f8a7675

Please sign in to comment.