modify featured content badge to red colour
This commit is contained in:
parent
aadd932150
commit
2a792a21d0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class IconComponent extends React.PureComponent<Props> {
|
|||
const Icon = FeatherIcons[icon];
|
||||
|
||||
let color;
|
||||
if (icon === icons.HEART) {
|
||||
if (icon === icons.HEART || icon === icons.FEATURED) {
|
||||
color = RED_COLOR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue