Skin fiat-tip notification
## Issue 6421 Notification: Fiat Tip Notification
This commit is contained in:
parent
52cba611b3
commit
a493428247
2 changed files with 4 additions and 0 deletions
|
@ -90,6 +90,9 @@ export default function Notification(props: Props) {
|
||||||
case RULE.REWARDS_APPROVAL_PROMPT:
|
case RULE.REWARDS_APPROVAL_PROMPT:
|
||||||
icon = <Icon icon={ICONS.LBC} sectionIcon />;
|
icon = <Icon icon={ICONS.LBC} sectionIcon />;
|
||||||
break;
|
break;
|
||||||
|
case RULE.FIAT_TIP:
|
||||||
|
icon = <Icon icon={ICONS.FINANCE} sectionIcon />;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon />;
|
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon />;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@ export const RULE = {
|
||||||
COMMENT: 'comment',
|
COMMENT: 'comment',
|
||||||
COMMENT_REPLY: 'comment-reply',
|
COMMENT_REPLY: 'comment-reply',
|
||||||
CREATOR_COMMENT: 'creator_comment',
|
CREATOR_COMMENT: 'creator_comment',
|
||||||
|
FIAT_TIP: 'fiat_tip',
|
||||||
NEW_CONTENT: 'new_content',
|
NEW_CONTENT: 'new_content',
|
||||||
NEW_LIVESTREAM: 'new_livestream',
|
NEW_LIVESTREAM: 'new_livestream',
|
||||||
DAILY_WATCH_AVAILABLE: 'daily_watch_available',
|
DAILY_WATCH_AVAILABLE: 'daily_watch_available',
|
||||||
|
|
Loading…
Add table
Reference in a new issue