Skip to content

Commit

Permalink
Update MetricSlider.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlaa committed Feb 4, 2025
1 parent 70f5c37 commit 1375436
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/components/fin/MetricSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@ export default function MetricSlider({
</MetricCard>
</div>

{!isSticky && (
<p className="mt-2 inline-block w-full text-center text-xs text-default md:text-sm">
<Emoji>💡</Emoji>{' '}
<Trans>
Affichez le détail de votre empreinte carbone ou eau en cliquant sur
les cartes ci-dessus.
</Trans>
</p>
)}
<p className="mt-2 inline-block w-full text-center text-xs text-default md:text-sm">
<Emoji>💡</Emoji>{' '}
<Trans>
Affichez le détail de votre empreinte carbone ou eau en cliquant sur
les cartes ci-dessus.
</Trans>
</p>
</div>
)
}

0 comments on commit 1375436

Please sign in to comment.