diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 139b2cf..c5e95d2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -423,6 +423,130 @@ export default function App() { ); }; + const HogwartsPointsCard = ({ value = 0 }) => { + return ( +
+ {/* Pergament-Hintergrund */} +
+ + {/* Papier-Textur / Flecken */} +
+ + {/* goldene Linie */} +
+ +
+
+ Hogwarts Points +
+ +
+
+ {value} +
+ +
+ HP +
+
+ +
+ + + / − + + + Hauswertung + +
+
+
+ ); + }; + + return (
- +