update
This commit is contained in:
@@ -30,6 +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 { rotate } from "../components/LatestTransactions/LatestTransactions";
|
||||
|
||||
const MainNet = () => {
|
||||
@@ -537,7 +538,7 @@ const MainNet = () => {
|
||||
alignItems={"center"}
|
||||
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
|
||||
>
|
||||
<Image w={4} src={rbtLogoOutline} />
|
||||
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
|
||||
{amount}
|
||||
</Text>
|
||||
</Box>}
|
||||
@@ -556,7 +557,7 @@ const MainNet = () => {
|
||||
alignItems={"center"}
|
||||
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
|
||||
>
|
||||
<Image w={4} src={rbtLogoOutline} />
|
||||
<Image w={4} src={colorMode === "light" ? rbtLogoDark :rbtLogoOutline} />
|
||||
{pledgeAmount}
|
||||
</Text>
|
||||
</Box>}
|
||||
|
||||
Reference in New Issue
Block a user