diff --git a/explorer-nextjs/src/components/footer/SocialChannels.tsx b/explorer-nextjs/src/components/footer/SocialChannels.tsx
index 129735a3f0..023c72cb3d 100644
--- a/explorer-nextjs/src/components/footer/SocialChannels.tsx
+++ b/explorer-nextjs/src/components/footer/SocialChannels.tsx
@@ -31,7 +31,6 @@ export const SocialChannels = () => {
}}
>
- {/* {channel.name} */}
);
},
diff --git a/explorer-nextjs/src/components/landingPageComponents/NoiseCard.tsx b/explorer-nextjs/src/components/landingPageComponents/NoiseCard.tsx
index 23f8fcb2d6..5802a8b44c 100644
--- a/explorer-nextjs/src/components/landingPageComponents/NoiseCard.tsx
+++ b/explorer-nextjs/src/components/landingPageComponents/NoiseCard.tsx
@@ -1,4 +1,6 @@
"use client";
+import { fetchNoise } from "@/app/api";
+import InfoOutlinedIcon from "@mui/icons-material/InfoOutlined";
import { Box, Skeleton, Stack, Tooltip, Typography } from "@mui/material";
import { useQuery } from "@tanstack/react-query";
import type { IPacketsAndStakingData } from "../../app/api/types";
@@ -7,8 +9,6 @@ import ExplorerCard from "../cards/ExplorerCard";
import { LineChart } from "../lineChart";
import { UpDownPriceIndicator } from "../price/UpDownPriceIndicator";
-import { fetchNoise } from "@/app/api";
-
export const NoiseCard = () => {
const { data, isLoading, isError } = useQuery({
queryKey: ["noise"],
@@ -113,8 +113,9 @@ export const NoiseCard = () => {
title={"Self reported noise volume"}
onClick={(e) => e.stopPropagation()}
>
-
+
({formatedNoiseVolume})
+