diff --git a/src/assets/images/incoming-tx-notification.svg b/src/assets/images/incoming-tx-notification.svg new file mode 100644 index 000000000..8d3d20fcb --- /dev/null +++ b/src/assets/images/incoming-tx-notification.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/screens/Home/Notifications/NotificationsCenter.tsx b/src/screens/Home/Notifications/NotificationsCenter.tsx index 18a05f555..b9a0baae2 100644 --- a/src/screens/Home/Notifications/NotificationsCenter.tsx +++ b/src/screens/Home/Notifications/NotificationsCenter.tsx @@ -38,8 +38,7 @@ import HealthCheckIcon from 'src/assets/images/health_check_reminder.svg'; import TechSupportIcon from 'src/assets/images/tech_support_received.svg'; import TransferToVaultIcon from 'src/assets/images/transfer_to_vault.svg'; import NotificationSimpleIcon from 'src/assets/images/header-notification-simple-icon.svg'; -import RecevieIcon from 'src/assets/images/receive-green.svg'; -import uai from 'src/store/reducers/uai'; +import RecevieIcon from 'src/assets/images/incoming-tx-notification.svg'; import { useAppSelector } from 'src/store/hooks'; import { cachedTxSnapshot } from 'src/store/reducers/cachedTxn'; import UAIView from '../components/HeaderDetails/components/UAIView';