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:
|
||||
icon = <Icon icon={ICONS.LBC} sectionIcon />;
|
||||
break;
|
||||
case RULE.FIAT_TIP:
|
||||
icon = <Icon icon={ICONS.FINANCE} sectionIcon />;
|
||||
break;
|
||||
default:
|
||||
icon = <Icon icon={ICONS.NOTIFICATION} sectionIcon />;
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@ export const RULE = {
|
|||
COMMENT: 'comment',
|
||||
COMMENT_REPLY: 'comment-reply',
|
||||
CREATOR_COMMENT: 'creator_comment',
|
||||
FIAT_TIP: 'fiat_tip',
|
||||
NEW_CONTENT: 'new_content',
|
||||
NEW_LIVESTREAM: 'new_livestream',
|
||||
DAILY_WATCH_AVAILABLE: 'daily_watch_available',
|
||||
|
|
Loading…
Reference in a new issue