We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2474af8 commit 317a9b1Copy full SHA for 317a9b1
1 file changed
src/views/AlimentationPage.tsx
@@ -38,7 +38,7 @@ const AlimentationPage = () => {
38
<Block
39
id='simulateur'
40
title='Simulateur alimentation'
41
- description="Comparer l'impact caborne de plus de 50 aliments">
+ description="Comparer l'impact carbone de plus de 50 aliments">
42
<Category category={alimentation} simulator={<AlimentationSimulator />} />
43
{alimentation.sources && (
44
<Sources className={styles.sources} sources={alimentation.sources} tracking={alimentation.name} />
0 commit comments