Skip to content

Commit

Permalink
fix: remove HeroSection waves alt attr
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 19, 2024
1 parent 1416e4e commit f5130fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ export default function HeroSection() {
<section className="relative overflow-hidden py-6 lg:py-12">
<Image
src={imageVectorOrange}
alt="vector orange"
alt=""
className="absolute bottom-0 left-0 -z-10 max-w-none lg:right-0 lg:top-0"
/>
<Image
src={imageVectorGreen}
alt="vector green"
alt=""
className="absolute left-0 top-0 -z-10 hidden lg:block"
/>
<div className="container flex flex-col items-center">
Expand Down

0 comments on commit f5130fb

Please sign in to comment.