Merge branch 'main' of http://git.wdipl.com/Siddhesh.More/rubix-explore
This commit is contained in:
@@ -188,7 +188,6 @@ const LineChart = () => {
|
||||
},
|
||||
};
|
||||
|
||||
console.log(data);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
@@ -441,7 +441,7 @@ const LatestTransactions = () => {
|
||||
color={colorMode === "light" ? "#230A79" : "#B09AFF"}
|
||||
>
|
||||
<Link
|
||||
to={`/subnet-id-overview/${subNetworkId}`}
|
||||
to={subNetworkId === "MainNet" ? `/mainnet-id-overview/${subNetworkId}`:`/subnet-id-overview/${subNetworkId}`}
|
||||
style={{ fontWeight: "inherit" }}
|
||||
>
|
||||
{subNetworkId}
|
||||
|
||||
Reference in New Issue
Block a user