diff --git a/src/App.tsx b/src/App.tsx index d2d36fe..f9f8958 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,7 +18,6 @@ import data from "./assets/DATA"; import { useTranslation } from "react-i18next"; import i18n from './i18n'; import {createRoot} from "react-dom/client"; -import GitHubStatsSection from 'components/GitHubStatsSection'; function App() { // Initialise le thème depuis localStorage ou détecte le thème système @@ -83,8 +82,6 @@ function App() { ...item, type: item.type as "work" | "education" | "achievement" }))} /> -
- {t('github.description')} -
-{stats.totalRepos}
-{t('github.repositories')}
-{stats.totalStars}
-{t('github.stars')}
-{stats.totalForks}
-{t('github.forks')}
-{stats.totalCommits !== -1 ? stats.totalCommits : "N/A"}
-{t('github.commits')}
-