Skip to content

Commit 5003924

Browse files
committed
updated team page
1 parent 2247eb1 commit 5003924

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ h2 {
6868
}
6969

7070
.team {
71-
height: 600px;
72-
background-color:darkkhaki;
71+
/*height: 600px;*/
72+
/*background-color:darkkhaki;*/
7373
}

src/App.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import Schedule from "./components/Schedule";
99
import InfoPage from './components/InfoPage';
1010
import Carousel from "./components/Carousel";
1111
import background from './images/background.png';
12+
import Team from "./components/Team";
1213

1314
function App() {
1415
const home = useRef(null);
@@ -71,7 +72,7 @@ function App() {
7172
<Prospectus></Prospectus>
7273
</div>
7374
<div className="team" ref={team}>
74-
<h2>TEAM</h2>
75+
<Team></Team>
7576
</div>
7677
</div>
7778
<br />

0 commit comments

Comments
 (0)