From b647012ba0bac6324769c0e55a2c114de3c42e49 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 14 Aug 2018 01:51:07 +0530 Subject: [PATCH] feat: add award badge to profiles --- common/app/routes/Settings/components/Camper.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) }

) }