diff --git a/common/app/routes/Settings/components/Camper.jsx b/common/app/routes/Settings/components/Camper.jsx index ad8b0ebd13..0a8d0bc888 100644 --- a/common/app/routes/Settings/components/Camper.jsx +++ b/common/app/routes/Settings/components/Camper.jsx @@ -1,6 +1,8 @@ import React from 'react'; import PropTypes from 'prop-types'; import { Col, Row } from 'react-bootstrap'; +import FontAwesomeIcon from '@fortawesome/react-fontawesome'; +import { faAward } from '@fortawesome/free-solid-svg-icons'; import SocialIcons from '../../Profile/components/SocialIcons.jsx'; @@ -67,7 +69,9 @@ function Camper({ { yearsTopContributor.length > 0 && (

- Top Contributor of { joinArray(yearsTopContributor) } + Top Contributor of { joinArray(yearsTopContributor) }

) }