From 6f3eae15b6e5ec5b9519e13d5a7a697066c71750 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Sun, 11 Dec 2022 17:10:10 +0800
Subject: [PATCH] Fix missing boost icon

---
 src/pages/notifications.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/notifications.jsx b/src/pages/notifications.jsx
index 9b141c3f..e7628f57 100644
--- a/src/pages/notifications.jsx
+++ b/src/pages/notifications.jsx
@@ -68,7 +68,7 @@ function Notification({ notification }) {
             {
               mention: 'comment',
               status: 'notification',
-              reblog: 'reblog',
+              reblog: 'rocket',
               follow: 'follow',
               follow_request: 'follow-add',
               favourite: 'heart',