Skip to content

Commit

Permalink
Corrections typo page de fin [NGC-1119] (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianpanchout authored Sep 10, 2024
2 parents d0a8eca + 026e149 commit c16593b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ export default function Subcategory({ subcategory, index }: Props) {
)}>
<div className="mb-4 flex items-start justify-between">
<div>
<h3 className="mb-1 text-2xl lg:text-3xl">
<h3 className="mb-1 text-2xl">
{index + 1}. {title}
</h3>
<div className="text-xl lg:text-2xl">
<div className="text-base">
<span className="font-black text-secondary-700">{percent} %</span>{' '}
<Trans>de votre empreinte</Trans>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Actions({ subcategory, noNumberedFootprint }: Props) {
return (
<>
{!noNumberedFootprint && (
<p className="mb-6 text-sm">
<p className="mb-6">
<Trans>
Voici quelques idées pour vous aider à réduire votre impact :
</Trans>
Expand Down

0 comments on commit c16593b

Please sign in to comment.