From 43c7140e3d6fed29ce0e2c17d46dd97417f83d83 Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:33:08 +0530 Subject: [PATCH] text white --- dev-dist/sw.js | 2 +- src/pages/SubnetId.jsx | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-dist/sw.js b/dev-dist/sw.js index b9a6377..1aa8a39 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-b5f7729d'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.clcjjkrum98" + "revision": "0.sq0ijia5dv8" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/pages/SubnetId.jsx b/src/pages/SubnetId.jsx index 25722b9..0a69324 100644 --- a/src/pages/SubnetId.jsx +++ b/src/pages/SubnetId.jsx @@ -82,14 +82,16 @@ const SubnetId = () => { ), "Subnet ID": ( + <> - navigate(`/subnet-id-overview/${item?.networkId}`)}> - {item?.networkId} - - Tvl {item?.tvl} (RBT) - Count{item?.transctionsCount} - - + navigate(`/subnet-id-overview/${item?.networkId}`)}> + {item?.networkId} + + + Tvl {item?.tvl} (RBT) + Count{item?.transctionsCount} + + ), "Network Name": item?.networkName, }));