Replace Fontawesome Pro by React-Icons/FA (#93)
* Fontawesome -> ReactIcons cleanup * No need for npmrc anymore * Complete migration * Fix tests --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { faBullseyeArrow } from '@fortawesome/pro-regular-svg-icons';
|
||||
import { FaBullseye } from 'react-icons/fa';
|
||||
import WithTopBarContainer from '../../layout/containers/WithTopBarContainer';
|
||||
|
||||
function Opportunities() {
|
||||
return (
|
||||
<WithTopBarContainer title="Opportunities" icon={faBullseyeArrow}>
|
||||
<WithTopBarContainer title="Opportunities" icon={<FaBullseye />}>
|
||||
<></>
|
||||
</WithTopBarContainer>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user