From 955b9b398a1b0ba09553442d35da61edcbce975a Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Mon, 25 Dec 2023 23:00:11 -0500 Subject: [PATCH] Fix build --- src/app/staking/[address]/page.tsx | 2 +- src/components/icons/HelpIcon.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/staking/[address]/page.tsx b/src/app/staking/[address]/page.tsx index 2378ab6..3581812 100644 --- a/src/app/staking/[address]/page.tsx +++ b/src/app/staking/[address]/page.tsx @@ -133,7 +133,7 @@ function HeatmapSection({ group }: { group?: ValidatorGroup }) {
-
+
diff --git a/src/components/icons/HelpIcon.tsx b/src/components/icons/HelpIcon.tsx index 4d7c0eb..c4e3f28 100644 --- a/src/components/icons/HelpIcon.tsx +++ b/src/components/icons/HelpIcon.tsx @@ -16,7 +16,7 @@ function _HelpIcon({ text, size = 20 }: { text: string; size?: number }) { width={size} height={size} onClick={onClick} - classes="opacity-50" + className="opacity-50" /> ); }