Skip to content

Commit

Permalink
Redesign send confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
musidlo committed Dec 23, 2024
1 parent 7d3ac7f commit ca3ee49
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 203 deletions.
4 changes: 2 additions & 2 deletions packages/app/features/send/components/SendTopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function SendTopNav() {
{(() => {
switch (true) {
case path.includes('/confirm'):
return 'Preview And Send'
return 'Recipient'
case Boolean(sendParams.recipient):
return 'Recipient'
default:
Expand All @@ -75,7 +75,7 @@ export function SendTopNav() {
{(() => {
switch (true) {
case path.includes('/confirm'):
return 'Preview And Send'
return 'Recipient'
case Boolean(sendParams.recipient):
return 'Recipient'
default:
Expand Down
Loading

0 comments on commit ca3ee49

Please sign in to comment.