kaori 4 лет назад
Родитель
Сommit
969e726e84
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

+ 2 - 2
packages/app/src/components/InAppNotification/InAppNotificationPage.tsx

@@ -51,13 +51,13 @@ const InAppNotificationPage: FC = () => {
 
 
   const navTabMapping = {
   const navTabMapping = {
     user_infomation: {
     user_infomation: {
-      Icon: () => <i className="icon-fw icon-user"></i>,
+      Icon: () => <></>,
       Content: AllInAppNotificationList,
       Content: AllInAppNotificationList,
       i18n: t('in_app_notification.all'),
       i18n: t('in_app_notification.all'),
       index: 0,
       index: 0,
     },
     },
     external_accounts: {
     external_accounts: {
-      Icon: () => <i className="icon-fw icon-share-alt"></i>,
+      Icon: () => <></>,
       Content: PasswordSettings,
       Content: PasswordSettings,
       i18n: t('in_app_notification.unopend'),
       i18n: t('in_app_notification.unopend'),
       index: 1,
       index: 1,