Skip to content

Commit

Permalink
fix: remove unnecessary back button
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 6, 2024
1 parent b44fd5f commit a898c40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/wallet/Share.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export function Share() {
value={shareURI}
className="input input-bordered overflow-ellipsis w-full max-w-xs"
/>
<Link className="btn btn-primary w-full" to="../new">
Back
</Link>
</div>
</>
);
Expand Down

0 comments on commit a898c40

Please sign in to comment.