Skip to content

Commit

Permalink
fix: button position
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 19, 2024
1 parent 51c086b commit 82d6f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/staking/components/validator-delegation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default function ValidatorDelegation() {
<Heading8>Claimable Rewards (XION)</Heading8>
<div className="mb-[8px] mt-[12px] flex flex-row items-center gap-[8px]">
<div className="flex flex-col gap-[8px]">
<div className="flex flex-row items-center gap-[12px]">
<div className="flex flex-row flex-wrap items-center gap-[12px]">
{totalRewards && (
<Heading2 title={[totalRewards.amount, "XION"].join(" ")}>
{formatToSmallDisplay(
Expand Down

0 comments on commit 82d6f27

Please sign in to comment.