mirror of
https://github.com/Team4388/ScoutingApp2022.git
synced 2026-06-09 00:38:03 -06:00
we ball
This commit is contained in:
@@ -1,12 +1,18 @@
|
||||
import React from "react";
|
||||
import "./WelcomePage.css";
|
||||
import "../App.css";
|
||||
import DbChooser from "../components/DbChooser";
|
||||
import { Box } from "@mui/material";
|
||||
|
||||
const WelcomePage = () => {
|
||||
return (
|
||||
<div className="welcome">
|
||||
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
|
||||
{/* <img src="/WelcomePageImage.webp" /> */}
|
||||
<img src="/picgoeshard.jpg" />
|
||||
<Box sx={{ display: "flex", flexDirection: "column", alignItems: "center" }}>
|
||||
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
|
||||
{/* <img src="/WelcomePageImage.webp" /> */}
|
||||
{/* <img src="/picgoeshard.jpg" /> */}
|
||||
<DbChooser />
|
||||
</Box>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user