Skip to content

Commit

Permalink
Updated IpadView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahitya777 committed Nov 30, 2023
1 parent 9783c3e commit d263b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/IpadView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const IpadView = () => {
</Box>
<Box>
<Text color="#8C8C9B" fontSize="20px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap">
Total Value Locked
Liquidity Locked
</Text>
{tvl ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="28px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down Expand Up @@ -620,4 +620,4 @@ const IpadView = () => {
)
}

export default IpadView
export default IpadView

0 comments on commit d263b52

Please sign in to comment.