From 194bda2fbe6dff9218b79a6786d499aa9717daa8 Mon Sep 17 00:00:00 2001 From: pranavcpawar Date: Sat, 28 Sep 2024 00:02:17 +0530 Subject: [PATCH] fix typo --- components/Balance.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Balance.tsx b/components/Balance.tsx index 444930c..f81cd43 100644 --- a/components/Balance.tsx +++ b/components/Balance.tsx @@ -1,5 +1,5 @@ "use client"; -import { Chain, chains } from "@/constants/config"; +import { chains } from "@/constants/config"; import axios from "axios"; import BigNumber from "bignumber.js"; import { useEffect, useState, useCallback } from "react"; @@ -27,7 +27,7 @@ const BATCH_SIZE = 12; const LOADING_INTERVAL_MS = 4000; const loadingMessages = [ - "Hodling tight... 💎🙌", + "Holding tight... 💎🙌", "Mining some data... ⛏️💰", "Fetching the moon... 🚀🌕", "Calculating crypto magic... ✨🔮",