From d4ea5bcd3b7cc094983c7ad42d1ae5e0057fc1a9 Mon Sep 17 00:00:00 2001
From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com>
Date: Mon, 16 Dec 2024 15:35:38 +0530
Subject: [PATCH] update icons
---
index.html | 2 +-
src/assets/images/RBTNewLogo.png | Bin 0 -> 2397 bytes
.../LatestTransactions/LatestTransactions.jsx | 5 +++--
src/pages/DidInfo.jsx | 8 ++++++--
src/pages/MainNet.jsx | 5 +++--
src/pages/SubnetIdOverview.jsx | 5 +++--
src/pages/Transaction/TransactionDetails.jsx | 5 +++--
7 files changed, 19 insertions(+), 11 deletions(-)
create mode 100644 src/assets/images/RBTNewLogo.png
diff --git a/index.html b/index.html
index e09519e..2bd00ac 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
-
+
Explorer | Rubix
diff --git a/src/assets/images/RBTNewLogo.png b/src/assets/images/RBTNewLogo.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f34de5516a890922adad1032c0c113705a3396a
GIT binary patch
literal 2397
zcmeAS@N?(olHy`uVBq!ia0y~yU=jgg4mO~OQ`Od|K#H+A$lZxy-8q?;Kn_c~qpu?a
z!^VE@KZ&eBK4*bPWHAE+w=f7ZGR&GI!N9=r$?Q|
literal 0
HcmV?d00001
diff --git a/src/components/LatestTransactions/LatestTransactions.jsx b/src/components/LatestTransactions/LatestTransactions.jsx
index 05d0203..e0b1602 100644
--- a/src/components/LatestTransactions/LatestTransactions.jsx
+++ b/src/components/LatestTransactions/LatestTransactions.jsx
@@ -27,7 +27,7 @@ import {
useGetTransCountQuery,
} from "../../Services/api.service";
import rbtLogoOutline from "../../assets/images/rubix-filled.svg";
-import rbtLogoDark from "../../assets/images/RBTLogo.svg";
+import rbtLogoDark from "../../assets/images/RBTNewLogo.png";
import { HiOutlineRefresh } from "react-icons/hi";
import FullScreenLoaader from "../FullScreenLoaader/FullScreenLoaader";
import SplashScreen from "../../pages/SplashScreen";
@@ -574,7 +574,8 @@ const LatestTransactions = () => {
alignItems={"center"}
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
>
-
+ {/* */}
+
{amount}
}
diff --git a/src/pages/DidInfo.jsx b/src/pages/DidInfo.jsx
index 200ef4e..008ab5d 100644
--- a/src/pages/DidInfo.jsx
+++ b/src/pages/DidInfo.jsx
@@ -21,7 +21,7 @@ import rbtLogoOutline from "../assets/images/rubix-filled.svg";
import Search from '../assets/images/search.png'
import FullScreenLoaader from "../components/FullScreenLoaader/FullScreenLoaader";
import { OPACITY_ON_LOAD } from "../Layout/animations";
-import rbtLogoDark from "../assets/images/RBTLogo.svg";
+import rbtLogoDark from "../assets/images/RBTNewLogo.png";
const DidInfo = () => {
@@ -166,7 +166,11 @@ const DidInfo = () => {
{data?.data?.balance}
+ alignItems={"center"} >
+ //
+
+ {data?.data?.balance}
+
{/* copyToClipboard(transaction.sender)}
diff --git a/src/pages/MainNet.jsx b/src/pages/MainNet.jsx
index f561c2f..b444c91 100644
--- a/src/pages/MainNet.jsx
+++ b/src/pages/MainNet.jsx
@@ -30,7 +30,7 @@ import rbtLogoOutline from "../assets/images/rubix-filled.svg";
import FullScreenLoaader from "../components/FullScreenLoaader/FullScreenLoaader";
import { OPACITY_ON_LOAD } from "../Layout/animations";
import { HiOutlineRefresh } from "react-icons/hi";
-import rbtLogoDark from "../assets/images/RBTLogo.svg";
+import rbtLogoDark from "../assets/images/RBTNewLogo.png";
import { rotate } from "../components/LatestTransactions/LatestTransactions";
import SplashScreen from "./SplashScreen";
@@ -571,7 +571,8 @@ const MainNet = () => {
alignItems={"center"}
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
>
-
+ {/* */}
+
{amount}
}
diff --git a/src/pages/SubnetIdOverview.jsx b/src/pages/SubnetIdOverview.jsx
index afaf798..dbed8a5 100644
--- a/src/pages/SubnetIdOverview.jsx
+++ b/src/pages/SubnetIdOverview.jsx
@@ -13,7 +13,7 @@ import { rotate } from "../components/LatestTransactions/LatestTransactions";
import Search from '../assets/images/search.png'
import { formatUTCToDDMMYYHHMMSS } from "../Constants/Constants";
import FullScreenLoaader from "../components/FullScreenLoaader/FullScreenLoaader";
-import rbtLogoDark from "../assets/images/RBTLogo.svg";
+import rbtLogoDark from "../assets/images/RBTNewLogo.png";
const SubnetInner = () => {
@@ -587,7 +587,8 @@ const SubnetInner = () => {
alignItems={"center"}
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
>
-
+ {/* */}
+
{amount}
}
diff --git a/src/pages/Transaction/TransactionDetails.jsx b/src/pages/Transaction/TransactionDetails.jsx
index e635501..3e21ad7 100644
--- a/src/pages/Transaction/TransactionDetails.jsx
+++ b/src/pages/Transaction/TransactionDetails.jsx
@@ -24,7 +24,7 @@ import TransactionTable from "./TransactionTable";
import { useGetTransByIdQuery } from "../../Services/api.service";
// import rbtLogoOutline from "../../src/assets/images/rubix-filled.svg";
import rbtLogoOutline from "../../assets/images/rubix-filled.svg";
-import rbtLogoDark from "../../assets/images/RBTLogo.svg";
+import rbtLogoDark from "../../assets/images/RBTNewLogo.png";
import { formatUTCToDDMMYYHHMMSS } from "../../Constants/Constants";
import NormalTable from "../../components/DataTable/NormalTable";
import FullScreenLoaader from "../../components/FullScreenLoaader/FullScreenLoaader";
@@ -647,7 +647,8 @@ const TransactionDetails = () => {
alignItems={"center"}
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
>
-
+ {/* */}
+
{data?.data?.amount}