diff --git a/src/components/[guild]/collect/components/CollectNft/CollectNft.tsx b/src/components/[guild]/collect/components/CollectNft/CollectNft.tsx
index 1e8a01f736..a8c439c8b2 100644
--- a/src/components/[guild]/collect/components/CollectNft/CollectNft.tsx
+++ b/src/components/[guild]/collect/components/CollectNft/CollectNft.tsx
@@ -24,7 +24,7 @@ import useNftDetails from "../../hooks/useNftDetails"
import CollectNftButton from "./components/CollectNftButton"
import NftFeesTable from "./components/NftFeesTable"
-const availibiltyTagStyleProps = {
+const availabilityTagStyleProps = {
bgColor: "transparent",
fontSize: "sm",
fontWeight: "medium",
@@ -109,7 +109,7 @@ const CollectNft = () => {
>
@@ -120,7 +120,7 @@ const CollectNft = () => {
>
@@ -130,7 +130,7 @@ const CollectNft = () => {
<>
>
@@ -140,7 +140,7 @@ const CollectNft = () => {
<>
>
@@ -148,7 +148,7 @@ const CollectNft = () => {
{typeof rolePlatform?.capacity !== "number" && (
<>
-
+
{`${new Intl.NumberFormat("en", {
notation: "standard",
}).format(totalSupply ?? 0)} collected`}
@@ -158,7 +158,7 @@ const CollectNft = () => {
)}
{typeof totalCollectorsToday === "bigint" && (
-
+
{`${new Intl.NumberFormat("en", {
notation: "standard",
}).format(totalCollectorsToday)} collected today`}