Skip to content

Commit

Permalink
Pretty please
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Oct 22, 2024
1 parent 57db976 commit d53d4b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 22 deletions.
10 changes: 5 additions & 5 deletions src/sections/governance/ecosystem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default function GovernanceEcosystem() {
description={
<>
Provides expert guidance and diverse perspectives to the council,
offering insights on various aspects of the protocol&squot;s
offering insights on various aspects of the protocol&apos;s
governance, development, and ecosystem growth.
</>
}
Expand All @@ -192,7 +192,7 @@ export default function GovernanceEcosystem() {
<SeatCard
icon={
<>
<Image alt="Strategy Seat" {...StrategyIcon} />{' '}
<Image alt="Strategy Seat" {...StrategyIcon} />
</>
}
title="1 Strategy Seat"
Expand All @@ -201,14 +201,14 @@ export default function GovernanceEcosystem() {
<>
Leads the strategic direction of Synthetix, focusing on long-term
vision and high-level decision-making to ensure the
protocol&squot;s growth and relevance in the DeFi ecosystem.
protocol&apos;s growth and relevance in the DeFi ecosystem.
</>
}
/>
<SeatCard
icon={
<>
<Image alt="Technical Seat" {...TechnicalIcon} />{' '}
<Image alt="Technical Seat" {...TechnicalIcon} />
</>
}
title="1 Technical Seat"
Expand All @@ -225,7 +225,7 @@ export default function GovernanceEcosystem() {
<SeatCard
icon={
<>
<Image alt="Operations Seat" {...OperationsIcon} />{' '}
<Image alt="Operations Seat" {...OperationsIcon} />
</>
}
title="1 Operations Seat"
Expand Down
13 changes: 3 additions & 10 deletions src/sections/governance/vision.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
Button,
Flex,
Link,
Show,
Text,
Image,
Heading,
} from '@chakra-ui/react';
import { Button, Flex, Heading, Link, Text } from '@chakra-ui/react';
import { InterestedLooper } from 'src/svg/InterestedLooper';
import { links } from 'src/utils/constants';

Expand Down Expand Up @@ -51,7 +43,8 @@ export const Vision = () => {
maxW={{ lg: '399px', xl: '700px' }}
>
Our new roadmap and vision realign our efforts, increase awareness in
the crypto community, and set clear objectives for Synthetix's future.
the crypto community, and set clear objectives for Synthetix&apos;s
future.
</Text>

<Link href={links.vision} target="_blank">
Expand Down
5 changes: 2 additions & 3 deletions src/sections/home/collateral.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ export const Collateral = () => {
width={{ base: '100%' }}
>
<GradientText>Depositing Collateral</GradientText> with Synthetix{' '}
<GradientText>supports deep liquidity</GradientText>, low
slippage, and highly competitive trading fees for our derivatives
markets.{' '}
<GradientText>supports deep liquidity</GradientText>, low slippage,
and highly competitive trading fees for our derivatives markets.{' '}
<Box>
<Text mt="40px" as="div">
Depositors <GradientText>earn</GradientText> fees and incentives.
Expand Down
8 changes: 4 additions & 4 deletions src/sections/home/interfaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export const Interfaces = () => {
lineHeight="24px"
color="gray.500"
>
Stake SNX to provide liquidity to the Synthetix
ecosystem, and earn incentives and fees.
Stake SNX to provide liquidity to the Synthetix ecosystem, and earn
incentives and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down Expand Up @@ -99,8 +99,8 @@ export const Interfaces = () => {
lineHeight="24px"
color="gray.500"
>
Deposit popular assets including SNX, USDC, ETH, and choose
your exposure to earn rewards and fees.
Deposit popular assets including SNX, USDC, ETH, and choose your
exposure to earn rewards and fees.
</Text>
<LinkBox mt="16px">
<Flex
Expand Down

0 comments on commit d53d4b0

Please sign in to comment.