We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2247eb1 commit 5003924Copy full SHA for 5003924
src/App.css
@@ -68,6 +68,6 @@ h2 {
68
}
69
70
.team {
71
- height: 600px;
72
- background-color:darkkhaki;
+ /*height: 600px;*/
+ /*background-color:darkkhaki;*/
73
src/App.tsx
@@ -9,6 +9,7 @@ import Schedule from "./components/Schedule";
9
import InfoPage from './components/InfoPage';
10
import Carousel from "./components/Carousel";
11
import background from './images/background.png';
12
+import Team from "./components/Team";
13
14
function App() {
15
const home = useRef(null);
@@ -71,7 +72,7 @@ function App() {
<Prospectus></Prospectus>
</div>
74
<div className="team" ref={team}>
- <h2>TEAM</h2>
75
+ <Team></Team>
76
77
78
<br />
0 commit comments