make featured content icon a rocket ship
This commit is contained in:
parent
c2c910ba9f
commit
cec789b983
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue