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 0000000..1f34de5 Binary files /dev/null and b/src/assets/images/RBTNewLogo.png differ 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}