Merge branch 'icons' into 'develop'

Replace LineAwesome with Tabler in some places

See merge request soapbox-pub/soapbox-fe!1683
This commit is contained in:
marcin mikołajczak
2022-07-26 14:07:53 +00:00
14 changed files with 32 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ const BoostModal: React.FC<IBoostModal> = ({ status, onReblog, onClose }) => {
<ReplyIndicator status={status} hideActions />
<Text>
<FormattedMessage id='boost_modal.combo' defaultMessage='You can press {combo} to skip this next time' values={{ combo: <span>Shift + <Icon id='retweet' /></span> }} />
<FormattedMessage id='boost_modal.combo' defaultMessage='You can press {combo} to skip this next time' values={{ combo: <span>Shift + <Icon className='inline-block align-middle' src={require('@tabler/icons/repeat.svg')} /></span> }} />
</Text>
</Stack>
</Modal>