Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 16319fa

Browse files
committedFeb 6, 2025·
fix: improve message on expired session
1 parent 93451d5 commit 16319fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/sections/user/profile-transfer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ProfileTransfer: FC<ProfileTransferProps> = ({ profile }) => {
4545
onMouseEnter={handleOpenSend}
4646
onMouseLeave={handleCloseSend}
4747
>
48-
<Iconify icon="streamline:arrow-transfer-diagonal-3" color="#fff" />
48+
<Iconify icon="hugeicons:money-send-circle" color="#fff" />
4949
</LoadingButton>
5050

5151
<FinanceQuickTransferModal

0 commit comments

Comments
 (0)
Please sign in to comment.