From 581cf1059c3bc6f05530fe3428c5f9822a52c92d Mon Sep 17 00:00:00 2001
From: Rawad Kadi <82026446+RawadKadi@users.noreply.github.com>
Date: Fri, 7 Jun 2024 17:03:18 +0300
Subject: [PATCH] Removed Buy & Exchange buttons from the transaction details
page
---
.../(header-footer-layout)/transactions/[txnhash]/page.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/app/(header-footer-layout)/transactions/[txnhash]/page.tsx b/src/app/(header-footer-layout)/transactions/[txnhash]/page.tsx
index 324da4b..79698dc 100644
--- a/src/app/(header-footer-layout)/transactions/[txnhash]/page.tsx
+++ b/src/app/(header-footer-layout)/transactions/[txnhash]/page.tsx
@@ -68,10 +68,10 @@ export default function TransactionDetails({ params }: TransactionDetailsProps)