Add image alts

This commit is contained in:
Michael Fatemi 2021-04-10 17:50:22 -04:00
parent 68574f0de7
commit 4dcf697b50
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export default function Home() {
<br />
<div className="text-center">
<img
alt="Carpool App"
className="text-center img-fluid"
src="images/logo.png"
width="350px"

View File

@ -20,6 +20,7 @@ export default function Main() {
<img
className="text-center img-fluid"
src="images/logo.png"
alt="Carpool App"
width="350px"
/>
</div>