Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/IpadView.tsx
Original file line numberDiff line numberDiff 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 numberDiff line numberDiff 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 DownExpand 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 numberDiff line numberDiff 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