Skin fiat-tip notification

## Issue
6421 Notification: Fiat Tip Notification
This commit is contained in:
infinite-persistence 2021-07-08 11:19:51 +08:00
parent 52cba611b3
commit a493428247
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 4 additions and 0 deletions

View file

@ -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 />;
}

View file

@ -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',