Skip to content

Commit

Permalink
wording changes (#166)
Browse files Browse the repository at this point in the history
* wording changes

* Update NewPool.tsx

* Update PositionTitle.tsx

* Update PoolsList.tsx
  • Loading branch information
cavalier-eth authored Jan 23, 2025
1 parent 8039a01 commit 32aa05f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion liquidity/lib/Manage/PositionTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function PositionTitle() {
py={0.5}
gap={2}
>
<Text>Total TVL</Text>
<Text>TVL</Text>
<Text>
{isPendingVaultsData
? '~'
Expand Down
2 changes: 1 addition & 1 deletion liquidity/lib/NewPool/NewPool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function NewPool() {
</InfoBox>

<InfoBox>
<Text>Total TVL</Text>
<Text>TVL</Text>
<Text color="gray.50">
{isPendingVaultsData
? '~'
Expand Down
2 changes: 1 addition & 1 deletion liquidity/lib/Pools/PoolsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function PoolsList() {
</HeaderText>
<HeaderText width="240px">Wallet Balance</HeaderText>
<HeaderText width="240px">TVL</HeaderText>
<HeaderText width="164px">APY / APR</HeaderText>
<HeaderText width="164px">APR</HeaderText>
<Flex minW="120px" flex="1" />
</Flex>

Expand Down
2 changes: 1 addition & 1 deletion liquidity/ui/src/DashboardPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function DashboardPage() {
Earn
</Heading>
<Text color="gray.500" fontSize="1rem" lineHeight={6} fontFamily="heading" mt="1rem">
Deposit your collateral to earn a share of protocol performance
Deposit SNX to earn a privileged share of protocol performance
</Text>
</Flex>
<Flex mt={10} gap={4} flex={1}>
Expand Down

0 comments on commit 32aa05f

Please sign in to comment.