Skip to content

Commit

Permalink
REFACTORING Updated texts of liquidity locked [DONE]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Nov 28, 2023
1 parent d1034d4 commit 4737f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/IpadView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const IpadView = () => {
</Box> */}
<Box display="flex" flexDirection="row" justifyContent="center">
<Text color="#8C8C9B" fontSize="20px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap" mr="1rem">
Liquidation Locked
Liquidity Locked
</Text>
{tvl ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="28px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.6rem" whiteSpace="nowrap">
Expand Down
4 changes: 2 additions & 2 deletions src/components/MarketStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const MarketStats = () => {
</Box> */}
<Box display="flex" flexDirection="row" gap="1rem">
<Text color="#8C8C9B" fontSize="14px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" mt="1.2rem" whiteSpace="nowrap">
Liquidation Locked
Liquidity Locked
</Text>
{tvl ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="36px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down Expand Up @@ -136,7 +136,7 @@ const MarketStats = () => {

<Box display="flex" flexDirection="row" gap="1rem">
<Text color="#8C8C9B" fontSize="14px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" mt="1.2rem" whiteSpace="nowrap">
Liquidation Locked
Liquidity Locked
</Text>
{tvl ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="36px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down

0 comments on commit 4737f2b

Please sign in to comment.