Skip to content

Commit

Permalink
Remove see rewards detail in Subscan
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Feb 27, 2024
1 parent aa5e8c8 commit b6fc17b
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 b6fc17b

Please sign in to comment.