diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 973e5d2..a56f51c 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -424,147 +424,127 @@ export default function App() {
};
const HogwartsPointsCard = ({ value = 0 }) => {
- const GOLD = "#f2d27a";
- const GOLD2 = "#caa24a";
+ const GOLD = "#f2d27a";
- return (
-
- {/* Header */}
+ return (
- Hogwarts Points
-
-
- {/* Pergament */}
-
- {/* Papier-Flecken / Grain */}
+ {/* Pergament */}
-
- {/* Goldene Innenlinie */}
-
-
- {/* Wert */}
-
+ {/* Papier-Flecken */}
- {value}
-
+ />
+ {/* Innere Goldlinie */}
+
+ {/* Wert */}
+
- HP
-
-
+
+ {value}
+
- {/* Siegel */}
-
+
+ {/* Siegel */}
+
+ SCORE
+
-
- );
-};
+ );
+ };
+