diff --git a/src/index.css b/src/index.css index 8b27bb9..ce69093 100644 --- a/src/index.css +++ b/src/index.css @@ -48,7 +48,7 @@ body { } -/*.glassCard { +.glassCard { width: 100%; height: fit-content; background: rgba(255, 255, 255, 0.65); @@ -63,7 +63,7 @@ body { inset 0 0 8px 4px rgba(255, 255, 255, 0.4); position: relative; overflow: hidden; -}*/ +} .glassBorder{ border-radius: 20px; diff --git a/src/pages/Stat/StatPage.jsx b/src/pages/Stat/StatPage.jsx index fc2a4ef..83167cb 100644 --- a/src/pages/Stat/StatPage.jsx +++ b/src/pages/Stat/StatPage.jsx @@ -1,7 +1,6 @@ import React, { useState } from "react"; import styles from "./StatPage.module.css"; -// Importez les composants avec une majuscule import ParticipationChart from "../../components/chart/ParticipationChart.jsx"; import IncompleteEvents from "../../components/IncompleteEvent/IncompleteEvent.jsx"; import PendingMembers from "../../components/PendingMembers/PendingMembers.jsx";