+
Gén.
{prestigeCount}
diff --git a/Frontend/src/components/GeneratorShop.tsx b/Frontend/src/components/GeneratorShop.tsx
index 135c7ae..ed4301a 100644
--- a/Frontend/src/components/GeneratorShop.tsx
+++ b/Frontend/src/components/GeneratorShop.tsx
@@ -13,8 +13,8 @@ export function GeneratorShop() {
return (
- Générateurs
- {formatNumber(productionPerSecond)}/s
+ Générateurs
+ {formatNumber(productionPerSecond)}/s
{generators.map((gen) => {
const cost = generatorCost(gen);
diff --git a/Frontend/src/components/PrestigePanel.tsx b/Frontend/src/components/PrestigePanel.tsx
index a789200..9948d3e 100644
--- a/Frontend/src/components/PrestigePanel.tsx
+++ b/Frontend/src/components/PrestigePanel.tsx
@@ -24,7 +24,7 @@ export function PrestigePanel() {
return (
-
Prestige
+
Prestige
{canPrestige ? (