diff --git a/src/App.css b/src/App.css index 26396b8..5b78d57 100644 --- a/src/App.css +++ b/src/App.css @@ -68,6 +68,6 @@ h2 { } .team { - height: 600px; - background-color:darkkhaki; + /*height: 600px;*/ + /*background-color:darkkhaki;*/ } \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index bfc9edb..f8f4afb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import Schedule from "./components/Schedule"; import InfoPage from './components/InfoPage'; import Carousel from "./components/Carousel"; import background from './images/background.png'; +import Team from "./components/Team"; function App() { const home = useRef(null); @@ -71,7 +72,7 @@ function App() {
-

TEAM

+