This commit is contained in:
Aquaticholic
2022-01-28 04:02:23 +00:00
parent 3e1403b58a
commit 06cd2d0db9
+1 -1
View File
@@ -3,7 +3,7 @@ import "./WelcomePage.css";
const WelcomePage = () => {
return (
<div class='center'>
<h1>Welcome to Ridgebotics Scouting Web Aplication 2022</h1>
<h1>Welcome to Ridgebotics Scouting Web Application 2022</h1>
<img src = "/WelcomePageImage.webp"/>
</div>
)