Shun Miyazawa 4 سال پیش
والد
کامیت
7044839335
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

+ 1 - 1
packages/app/src/components/InAppNotification/InAppNotificationElm.tsx

@@ -79,7 +79,7 @@ const InAppNotificationElm = (props: Props): JSX.Element => {
       break;
     case 'PAGE_RENAME':
       actionMsg = 'renamed';
-      actionIcon = 'ti-agenda';
+      actionIcon = 'icon-action-redo';
       break;
     case 'COMMENT_CREATE':
       actionMsg = 'commented on';