Skip to content

Commit

Permalink
Removed Buy & Exchange buttons from the transaction details page
Browse files Browse the repository at this point in the history
  • Loading branch information
RawadKadi committed Jun 7, 2024
1 parent 798a31a commit 581cf10
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default function TransactionDetails({ params }: TransactionDetailsProps)
<Tags className="capitalize">{txnData.txnType}</Tags>
)}
</div>
<div className="flex-1 items-center gap-x-2 w-full xl:justify-end justify-center hidden lg:flex">
{/* <div className="flex-1 items-center gap-x-2 w-full xl:justify-end justify-center hidden lg:flex">
<Button className="blue !h-[36px] xl:w-[120px] w-[40%]">Buy</Button>
<Button className="blue !h-[36px] xl:w-[120px] w-[40%]">Exchange</Button>
</div>
</div> */}
</div>

<br />
Expand Down

0 comments on commit 581cf10

Please sign in to comment.