Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #281

Merged
merged 6 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/sections/home/collateral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@ export const Collateral = () => {
textStyle="heading-2xl"
width={{ base: '100%' }}
>
<GradientText>Staking Collateral</GradientText> with Synthetix{' '}
<GradientText>helps support deep liquidity</GradientText>, low
<GradientText>Depositing Collateral</GradientText> with Synthetix{' '}
<GradientText>supports deep liquidity</GradientText>, low
slippage, and highly competitive trading fees for our derivatives
markets.{' '}
<Box>
<Text mt="40px" as="div">
Stakers get <GradientText>rewarded</GradientText> for helping to
support a more robust ecosystem.
Depositors <GradientText>earn</GradientText> fees and incentives.
</Text>
</Box>
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/sections/home/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ export const Hero = () => {
p="10px 16px"
borderRadius="4px"
width="fit-content"
onClick={onClick}
onClick={() => window.open('https://liquidity.synthetix.eth.limo/', '_blank')}
size={{ base: 'lg', md: 'md' }}
>
Explore Ecosystem
Liquidity App
</Button>
</Flex>
<Box
Expand Down
16 changes: 7 additions & 9 deletions src/sections/home/interfaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const Interfaces = () => {
lineHeight="28px"
mb="16px"
>
STAKING INTERFACES
LIQUIDITY INTERFACES
</Text>
<Flex
flexDirection={{ base: 'column', md: 'row' }}
Expand All @@ -34,17 +34,16 @@ export const Interfaces = () => {
>
<Logo small />
<Text my="16px" fontFamily="heading" textStyle="heading-xl">
Staking Interface V2
Staking for V2
</Text>
<Text
fontFamily="heading"
fontSize="16px"
lineHeight="24px"
color="gray.500"
>
Stake your collateral via the Synthetix staking dapp to provide
liquidity to the Synthetix ecosystem. Earn weekly inflation
incentives and fees generated from your liquidity.
Stake SNX to provide liquidity to the Synthetix
ecosystem, and earn incentives and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down Expand Up @@ -92,17 +91,16 @@ export const Interfaces = () => {
fontFamily="heading"
textStyle="heading-xl"
>
Liquidity Interface for V3
Liquidity for V3
</Text>
<Text
fontFamily="heading"
fontSize="16px"
lineHeight="24px"
color="gray.500"
>
V3 staking is now live. Provide liquidity directly to the V3 system
with greater flexibility over which pools and markets you have
exposure to.
Deposit popular assets including SNX, USDC, ETH, and choose
your exposure to earn rewards and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down
Loading