This commit is contained in:
mgabdev
2020-04-07 23:22:24 -04:00
parent f866f9d78c
commit f6fe64cb53
5 changed files with 39 additions and 4 deletions

View File

@@ -219,7 +219,7 @@ export default class Card extends ImmutablePureComponent {
} else {
embed = (
<div className={[_s.default, _s.py15, _s.px15, _s.width72PX, _s.alignItemsCenter, _s.justifyContentCenter].join(' ')}>
<Icon id='file-text' width='22px' height='22px' className={_s.fillColorSecondary} />
<Icon id='website' width='22px' height='22px' className={_s.fillColorSecondary} />
</div>
)
}