make featured content icon a rocket ship

This commit is contained in:
Jeremy Kauffman 2017-08-02 13:43:58 -04:00
parent c2c910ba9f
commit cec789b983
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
*
### Changed
*
* Reward-eligible content icon is now a rocket ship :D
*
### Fixed

View file

@ -4,7 +4,7 @@ import { Icon } from "component/common.js";
const IconFeatured = props => {
return (
<span className="icon-featured" title={ __("Watch content with this icon to earn weekly rewards.")}>
<Icon icon="icon-star"
<Icon icon="icon-rocket"
fixed
className="card__icon-featured-content" />
</span>