From b96e23983ad942eb385f900ceea608d07c49891a Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 26 Dec 2023 19:07:38 -0600 Subject: [PATCH] Hide contrib, small copy updates --- src/App.tsx | 12 ++++++------ src/hero/Hero.tsx | 22 ++++++++++++++++++---- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1a2246a..6f27c94 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,24 +1,24 @@ import "./App.scss"; -import { QueryClient, QueryClientProvider } from "react-query"; -import { Contributions } from "./contributions/Contributions"; +// import { QueryClient, QueryClientProvider } from "react-query"; +// import { Contributions } from "./contributions/Contributions"; import { History } from "./history/History"; import { SelfTaught } from "./self-taught/SelfTaught"; import { Stats } from "./stats/Stats"; import { Hero } from "./hero/Hero"; import { Footer } from "./footer/Footer"; -const queryClient = new QueryClient(); +// const queryClient = new QueryClient(); function App() { return ( - + <> - + {/* */}