Skip to content

Commit 4720eeb

Browse files
authored
Update stake button label to reflect asset type in StakingCardContent… (#15)
* Update stake button label to reflect asset type in StakingCardContent component * Update staking label to specify asset type in StakingCardContent component * LINT
1 parent 80c615f commit 4720eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/stakingPage/components/StakingCardContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export const StakingCardContent: React.FC<StakingCardContentProps> = ({
9292
<SimpleGrid columns={2} spacing={3} mb={4}>
9393
<VStack align="stretch" spacing={1}>
9494
<Text fontSize="xs" color="gray.500">
95-
Staked
95+
Staked {type === 'esgx' ? 'esGRIX' : 'GRIX'}
9696
</Text>
9797
<Text fontSize="sm" fontWeight="600" color="white">
9898
{formatBalance(stakedAmount)}

0 commit comments

Comments
 (0)