Skip to content

Commit

Permalink
Add send button to token page
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Nov 13, 2024
1 parent 9b0e187 commit 9a27ff0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/profile/src/components/inventory/token.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,17 @@ function ERC20() {
</CardContent>
</Card>
</LayoutContent>

<LayoutFooter>
<Button
className="w-full"
onClick={() => {
console.log("send");
}}
>
Send
</Button>
</LayoutFooter>
</LayoutContainer>
);
}

0 comments on commit 9a27ff0

Please sign in to comment.