diff --git a/client/src/Components/Footer.js b/client/src/Components/Footer.js index 04685fa..f8fb1e5 100644 --- a/client/src/Components/Footer.js +++ b/client/src/Components/Footer.js @@ -1,13 +1,13 @@ import React from "react"; import { Card } from "react-bootstrap"; - +import TeamLogo from "../assets/TeamLogo.png"; const Footer = () => { return ( ); }; diff --git a/client/src/Components/MainContent.js b/client/src/Components/MainContent.js index 9a755be..e25b5c5 100644 --- a/client/src/Components/MainContent.js +++ b/client/src/Components/MainContent.js @@ -2,7 +2,6 @@ import React from "react"; // import { useState } from "react"; import Button from "react-bootstrap/Button"; import { Card, Form, Col, Container, Row } from "react-bootstrap"; - const MainContent = () => { // const [val, setVal] = useState(""); return ( @@ -44,6 +43,19 @@ const MainContent = () => { +