Skip to content

Commit

Permalink
mobile: down arrow icon for request (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinbhardwaj authored May 25, 2024
1 parent 946dd36 commit 65ad52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/daimo-mobile/src/view/screen/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function IconButton({
case "Deposit":
return "plus";
case "Request":
return "download";
return "arrow-down";
case "Send":
return "paper-airplane";
default:
Expand Down

0 comments on commit 65ad52e

Please sign in to comment.