Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Remove see rewards detail in Subscan (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Feb 27, 2024
1 parent aa5e8c8 commit 99b2370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/power.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function Power() {
</div>

{/* see detail */}
<div className="inline-block">
{/* <div className="inline-block">
<span className="text-xs font-light text-white">See detailed staking rewards in </span>
<a
target="_blank"
Expand All @@ -138,7 +138,7 @@ export default function Power() {
>
{chainConfig.explorer.name}→
</a>
</div>
</div> */}
</div>
);
}
Expand Down

0 comments on commit 99b2370

Please sign in to comment.