Skip to content

Commit

Permalink
chore: remove redundant text (#2581)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Jan 20, 2025
1 parent 084fab6 commit bf881dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 0 additions & 4 deletions src/assets/svg/cursor.svg

This file was deleted.

7 changes: 3 additions & 4 deletions src/pages/Earns/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { EarnPool, useExplorerLandingQuery } from 'services/zapEarn'
import styled, { keyframes } from 'styled-components'

import bg from 'assets/images/earn-bg.png'
import CursorIcon from 'assets/svg/cursor.svg'
import FireIcon from 'assets/svg/fire.svg'
import LiquidityPoolIcon from 'assets/svg/liquidity-pools.svg'
import LiquidityPosIcon from 'assets/svg/liquidity-positions.svg'
Expand Down Expand Up @@ -159,9 +158,9 @@ const CardWrapper = styled.div`
overflow: hidden;
height: 100%;
cursor: url(${CursorIcon}), auto;
cursor: pointer;
button {
cursor: url(${CursorIcon}), auto;
cursor: pointer;
}
${({ theme }) => theme.mediaWidth.upToMedium`
Expand Down Expand Up @@ -195,7 +194,7 @@ const ListPoolWrapper = styled.div`
border-radius: 20px;
height: 100%;
background: linear-gradient(119.08deg, rgba(20, 29, 27, 1) -0.89%, rgba(14, 14, 14, 1) 132.3%);
cursor: url(${CursorIcon}), auto;
cursor: pointer;
${({ theme }) => theme.mediaWidth.upToMedium`
padding: 12px;
Expand Down
7 changes: 0 additions & 7 deletions src/pages/KyberDAO/StakeKNC/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,6 @@ export default function StakeKNC() {
</RowFit>
</RowBetween>
<Divider margin={isMobile ? '20px 0' : '28px 0'} />
<Text fontSize={16} lineHeight="24px" fontWeight={400} color={theme.subText} marginBottom="16px">
<Trans>
Kyber Network and its products like KyberSwap are governed by the community through KyberDAO, a
Decentralized Autonomous Organization. KNC holders stake KNC tokens to vote on governance proposals that
shape Kyber&lsquo;s future and earn KNC rewards from trading fees.
</Trans>
</Text>
<RowBetween align={isMobile ? 'flex-start' : 'center'} flexDirection={isMobile ? 'column' : 'row'} gap="12px">
<Text fontSize={16} lineHeight="24px" fontWeight={400} color={theme.warning}>
<Trans>Note: Staking KNC is only available on Ethereum chain.</Trans>
Expand Down

0 comments on commit bf881dd

Please sign in to comment.