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"
/>
);
}