From 90444ac8b71f99cf0a5bcd66eca38bd8f753b745 Mon Sep 17 00:00:00 2001
From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com>
Date: Tue, 5 Nov 2024 20:23:39 +0530
Subject: [PATCH] update splash screen
---
src/pages/MainNet.jsx | 6 ++----
src/pages/SplashScreen.jsx | 7 ++++---
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/pages/MainNet.jsx b/src/pages/MainNet.jsx
index acf1276..edfa1ef 100644
--- a/src/pages/MainNet.jsx
+++ b/src/pages/MainNet.jsx
@@ -516,9 +516,9 @@ const MainNet = () => {
textOverflow="ellipsis"
isTruncated
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
- onClick={() => navigate(`/smart-contract`)}
+ cursor={"pointer"}
>
- {scTokenHash}
+ {scTokenHash}
)}
@@ -535,8 +535,6 @@ const MainNet = () => {
-
-
{amount&&
{
const { colorMode } = useColorMode();
- return
+ return
;
};