Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: remove space between the quotation marks near alt=
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 authored Oct 25, 2023
1 parent 7acab80 commit a1d26a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Footer = () => {
width: "100%",
}}
>
<Image src={logo} alt=" " width={100} height="auto" />
<Image src={logo} alt="" width={100} height="auto" />
<p>AccessibilityMentor 2023. All rights reserved.</p>
</footer>
);
Expand Down

0 comments on commit a1d26a3

Please sign in to comment.