diff --git a/landing/header.react.js b/landing/header.react.js --- a/landing/header.react.js +++ b/landing/header.react.js @@ -1,7 +1,11 @@ // @flow import { faTwitter, faGithub } from '@fortawesome/free-brands-svg-icons'; -import { faExternalLinkAlt, faBars } from '@fortawesome/free-solid-svg-icons'; +import { + faExternalLinkAlt, + faBars, + faTimes, +} from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import classNames from 'classnames'; import * as React from 'react'; @@ -99,7 +103,11 @@
- +