Skip to content

Commit

Permalink
fix: image alt
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldElysium committed Jan 19, 2022
1 parent db18085 commit e877b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Home: NextPage = function () {
<img
className="w-[65%] object-cover object-[50px_center] -ml-32 hidden lg:block"
src="/img/banner.png"
alt="Background image"
alt="Background"
/>
</main>

Expand Down

0 comments on commit e877b9b

Please sign in to comment.