Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit aa3eb5b

Browse files
authored
Merge pull request #379 from 0xProject/feat/staking-apy
Adding staking APY to individual pool page
2 parents 6bfa51e + ebd4a1b commit aa3eb5b

File tree

4 files changed

+215
-335
lines changed

4 files changed

+215
-335
lines changed

ts/components/staking/dashboard_hero.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const HorizontalList = styled.ul`
169169
font-size: 17px;
170170
font-weight: 300;
171171
color: #5c5c5c;
172-
margin-bottom: 40px;
172+
margin-bottom: 20px;
173173
a {
174174
color: ${colors.brandLight};
175175
}
@@ -290,12 +290,14 @@ export const DashboardHero: React.FC<DashboardHeroProps> = ({
290290
</li>
291291
)}
292292
<li>{formatPercent(rewardsShared).minimized}% Rewards Shared</li>
293+
293294
{isVerified && (
294295
<VerificationIndicator>
295296
<Checkmark /> Verified identity
296297
</VerificationIndicator>
297298
)}
298299
</HorizontalList>
300+
299301
<ButtonContainer>
300302
<StakingButton
301303
to={`${WebsitePaths.StakingWizard}?${stringify({ poolId })}`}

0 commit comments

Comments
 (0)