Skip to content

Commit

Permalink
add icon cart
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisZerbib committed Jun 4, 2024
1 parent 2db3d09 commit 9bd3ac0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ function App() {
</div>
{/* {network && wallet && <WalletBalanceTon walletAddress={wallet} />} */}
{/* {network && wallet && <WalletTxList walletAddress={wallet} />} */}
<Button onClick={() => toggleDrawer(true)}>Orders</Button>
<Button onClick={() => toggleDrawer(true)}>
<FontAwesomeIcon icon={faShoppingCart} />
</Button>
<OrdersDrawer
orders={mockOrders}
open={drawerOpen}
Expand Down

0 comments on commit 9bd3ac0

Please sign in to comment.