update icons

This commit is contained in:
YasinShaikh123
2024-12-16 15:35:38 +05:30
parent 79691ac954
commit d4ea5bcd3b
7 changed files with 19 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/rubixfavicon.png" />
<link rel="icon" type="image/svg+xml" href="./src/assets/images/RBTNewLogo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Explorer | Rubix</title>
</head>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -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"}
>
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
{/* <Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} /> */}
<Image w={4} src={rbtLogoDark} />
{amount}
</Text>
</Box>}

View File

@@ -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 = () => {
<Text
display={"flex"}
gap={2}
alignItems={"center"} ><Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} /> {data?.data?.balance}</Text>
alignItems={"center"} >
// <Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
<Image w={4} src={rbtLogoDark} />
{data?.data?.balance}
</Text>
<Text as={"span"} ml={5} cursor={"pointer"}>
{/* <MdContentCopy
onClick={() => copyToClipboard(transaction.sender)}

View File

@@ -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"}
>
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
{/* <Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} /> */}
<Image w={4} src={rbtLogoDark} />
{amount}
</Text>
</Box>}

View File

@@ -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"}
>
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline}/>
{/* <Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline}/> */}
<Image w={4} src={rbtLogoDark} />
{amount}
</Text>
</Box>}

View File

@@ -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"}
>
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
{/* <Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} /> */}
<Image w={4} src={rbtLogoDark} />
{data?.data?.amount}
</Text>
</Box>