Skip to content

Commit

Permalink
Hide auto stats
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Feb 3, 2025
1 parent 2f94261 commit acbc71b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/homepage/HomepageView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function WhyOasisStats({ oasisStats }: { oasisStats?: OasisStats }) {
height={['auto ', '128px']}
sx={{ mt: 3, pt: 4 }}
>
<Grid columns={['1fr', '1fr 1fr 1fr 1fr']}>
<Grid columns={['1fr', '1fr 1fr 1fr']}>
<Flex sx={{ my: ['30px', 0], flexDirection: 'column' }}>
<Text variant="header3" sx={{ textAlign: 'center' }}>
{oasisStats ? oasisStats.vaultsWithActiveTrigger : '-'}
Expand Down Expand Up @@ -64,14 +64,14 @@ function WhyOasisStats({ oasisStats }: { oasisStats?: OasisStats }) {
{t('landing.stats.actions-executed')}
</Text>
</Flex>
<Flex sx={{ my: ['30px', 0], flexDirection: 'column' }}>
{/* <Flex sx={{ my: ['30px', 0], flexDirection: 'column' }}>
<Text variant="header3" sx={{ textAlign: 'center' }}>
{oasisStats ? `${oasisStats.triggersSuccessRate}%` : '-'}
</Text>
<Text variant="boldParagraph2" sx={{ textAlign: 'center', color: 'neutral80' }}>
{t('landing.stats.success-rate')}
</Text>
</Flex>
</Flex> */}
</Grid>
</HomepagePromoBlock.Big>
)
Expand Down

0 comments on commit acbc71b

Please sign in to comment.