Skip to content

Commit

Permalink
Merge pull request #6159 from bithyve/fix/incoming-tx-icon
Browse files Browse the repository at this point in the history
Update incoming tx notification icon
  • Loading branch information
cakesoft-vaibhav authored Mar 10, 2025
2 parents 4ce015a + ed53c6c commit f317b7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/assets/images/incoming-tx-notification.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/screens/Home/Notifications/NotificationsCenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f317b7e

Please sign in to comment.