diff --git a/client/src/components/ui/Footer.js b/client/src/components/ui/Footer.js index 3cf5e3afd0f..be7c4450ad4 100644 --- a/client/src/components/ui/Footer.js +++ b/client/src/components/ui/Footer.js @@ -1,6 +1,7 @@ import React, { Component, Fragment } from 'react'; import PropTypes from 'prop-types'; import { Trans, withTranslation } from 'react-i18next'; +import classNames from 'classnames'; import { REPOSITORY, PRIVACY_POLICY_LINK } from '../../helpers/constants'; import { LANGUAGES } from '../../helpers/twosky'; @@ -46,7 +47,7 @@ class Footer extends Component { renderLinks = (linksData) => linksData.map(({ name, href, className = '' }) =>