Explore button refactor

This commit is contained in:
Alexander Zobnin
2020-05-20 11:16:21 +03:00
parent f6e127e55c
commit 2cf9b5abd9
4 changed files with 93 additions and 52 deletions

View File

@@ -7,7 +7,7 @@ interface Props {
}
export const FAIcon: FC<Props> = ({ icon, customClass }) => {
const wrapperClass = cx('fa-icon-container', customClass);
const wrapperClass = cx(customClass, 'fa-icon-container');
return (
<span className={wrapperClass}>