+
+ Voici les impacts de l'industrie du saumon dans le monde depuis que vous
+ avez ouvert cette page web.
+
+
+ {seconds} {seconds > 1 ? "secondes" : "seconde"}
+
+
+
+ {data.map((element, key) => (
+ -
+
+ {new Intl.NumberFormat("fr").format(
+ element.multiplicator * (seconds + 1),
+ )}
+
+ {element.label}
+
+ ))}
+
+
+ );
+};
+export default Calculator;
diff --git a/src/components/Edito.tsx b/src/components/Edito.tsx
index f6b72d0c1..c0f8b08ad 100644
--- a/src/components/Edito.tsx
+++ b/src/components/Edito.tsx
@@ -3,7 +3,7 @@ import Image from "next/image";
import Link from "next/link";
import React from "react";
-const IconCard = ({
+const Edito = ({
className,
title,
image,
@@ -101,4 +101,4 @@ const IconCard = ({
);
};
-export default IconCard;
+export default Edito;