Skip to content

Commit

Permalink
Merge pull request #96 from 0xHashstack/development
Browse files Browse the repository at this point in the history
BUG_FIX Fixed typos [DONE]
  • Loading branch information
VenkatTeja committed Nov 30, 2023
2 parents fe3416c + 7aa8f47 commit f3cb6b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/IpadView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const IpadView = () => {
<Box display="flex" flexDirection="row" justifyContent="space-around" gap="3rem" mt="2rem">
<Box>
<Text color="#8C8C9B" fontSize="20px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap">
Utilization Rate
Utilization
</Text>
{utilRate ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="28px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" 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 @@ -48,7 +48,7 @@ const MarketStats = () => {
<Box display="flex" flexDirection="row" gap="50px">
<Box>
<Text color="#8C8C9B" fontSize="14px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap">
Utilization Rate
Utilization
</Text>
{utilRate ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="36px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down Expand Up @@ -115,7 +115,7 @@ const MarketStats = () => {
<Box display="flex" flexDirection="row" gap="50px">
<Box>
<Text color="#8C8C9B" fontSize="14px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap">
Utilization Rate
Utilization
</Text>
{utilRate ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="36px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down
2 changes: 1 addition & 1 deletion src/components/mobileView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const MobileView = () => {
<Box display="flex" flexDirection="row" justifyContent="space-around" mt="2rem">
<Box>
<Text color="#8C8C9B" fontSize="14px" fontWeight="500" fontStyle="normal" fontFamily="inter" mb="0" whiteSpace="nowrap">
Utilization Rate
Utilization
</Text>
{utilRate ?
<Text color="#00D395" textAlign="center" fontFamily="inter" fontSize="24px" fontStyle="normal" fontWeight="600" lineHeight="40px" mt="0.4rem" whiteSpace="nowrap">
Expand Down

0 comments on commit f3cb6b5

Please sign in to comment.