mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Fix missing boost icon
This commit is contained in:
parent
61d38e2996
commit
6f3eae15b6
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function Notification({ notification }) {
|
||||||
{
|
{
|
||||||
mention: 'comment',
|
mention: 'comment',
|
||||||
status: 'notification',
|
status: 'notification',
|
||||||
reblog: 'reblog',
|
reblog: 'rocket',
|
||||||
follow: 'follow',
|
follow: 'follow',
|
||||||
follow_request: 'follow-add',
|
follow_request: 'follow-add',
|
||||||
favourite: 'heart',
|
favourite: 'heart',
|
||||||
|
|
Loading…
Reference in a new issue