diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 795733f..2a47df9 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -424,143 +424,124 @@ export default function App() { }; const HogwartsPointsCard = ({ value = 0 }) => { - const GOLD = "#f2d27a"; + const GOLD = "#f2d27a"; - return ( - // SLOT: gleiche "Card"-Geometrie wie deine Placeholders (Spacing/Radius) + return ( +