Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
dangbh1002 authored and taiyangc committed Nov 17, 2024
1 parent 1bc6190 commit 41fc55d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/swap/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Swap() {
const { destination_token_symbol, origin_token_amount, origin_token_symbol, price } = trade

if (step === 2) {
setEthAmount(destination_token_symbol);
setEthAmount(origin_token_amount);
} else if (step === 3) {
vapi.stop();
handleSwap(price);
Expand Down Expand Up @@ -218,7 +218,7 @@ export default function Swap() {
return (
<div className="mt-4 p-4">
<div className="flex flex-col items-center justify-center p-4">
<h1 className="text-2xl font-bold mb-6">Voice Trading</h1>
<h1 className="text-2xl font-bold mb-6">Look Ma, No Hands!</h1>

<div>
{
Expand Down

0 comments on commit 41fc55d

Please sign in to comment.