Skip to content

Commit

Permalink
Merge pull request antonnell#14 from Ceazor/master
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
antonnell authored Dec 14, 2021
2 parents 42fd24b + 2c9d131 commit dac8d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/staking/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function Staking({ changeTheme }) {
<div className={classes.connected}>
<Typography className={classes.mainHeading} variant='h1'>Uniswap Liquidity Pool</Typography>
<Typography className={classes.mainDesc} variant='body2'>
Stake your KP3R + ETH Uniswap position to earn KP3R rewards on top of your current Uniswap fees.
Stake your KP3R + ETH Uniswap position to earn rKP3R rewards on top of your current Uniswap fees.
</Typography>
<Overview />
<Tokens />
Expand All @@ -116,7 +116,7 @@ function Staking({ changeTheme }) {
<UniswapIcon className={ classes.overviewIcon } />
<Typography className={classes.mainHeadingNC} variant='h1'>Uniswap Liquidity Pool</Typography>
<Typography className={classes.mainDescNC} variant='body2'>
Stake your KP3R + ETH Uniswap position to earn KP3R rewards on top of your current Uniswap fees.
Stake your KP3R + ETH Uniswap position to earn rKP3R rewards on top of your current Uniswap fees.
</Typography>
<Button
disableElevation
Expand Down

0 comments on commit dac8d72

Please sign in to comment.