Skip to content

Commit

Permalink
display swap button properly on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-d committed Jul 1, 2024
1 parent 5b99493 commit f72e908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/app/SwapForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,14 +578,14 @@ export const SwapForm = () => {
<RewardsBreakdown hidden={breakdownHidden} />
{address ? (
<Button
className={"mt-[20px] hidden h-[53.92px] w-full md:inline-flex"}
className={"mt-[20px] hidden h-[53.92px] w-full inline-flex"}
onClick={() => onSubmit()}
>
Swap
</Button>
) : (
<Button
className={"mt-[20px] hidden h-[53.92px] w-full md:inline-flex"}
className={"mt-[20px] hidden h-[53.92px] w-full inline-flex"}
onClick={() => open()}
>
Connect Wallet
Expand Down

0 comments on commit f72e908

Please sign in to comment.