Skip to content

Commit

Permalink
correcting the imgs adress
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo authored and Marcelo committed Feb 15, 2024
1 parent 91a4002 commit 5292740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Newsletter/Newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Newsletter = () => {
<input type="Email address" name="q" className="py-6 lg:py-8 text-sm md:text-lg w-full mx-3 text-black rounded-full pl-8 focus:outline-none focus:text-black" placeholder="Digite seu e-mail aqui." autoComplete="off" />
<div className="absolute inset-y-0 right-0 flex items-center pr-6 pt-5 lg:pt-0">
<button type="submit" className="p-3 lg:p-5 focus:outline-none focus:shadow-outline bg-epec-blue hover:bg-midnightblue duration-150 ease-in-out rounded-full">
<Image src={'./assets/newsletter/send.svg'} alt="send-icon" width={30} height={30} />
<Image src={'/assets/newsletter/send.svg'} alt="send-icon" width={30} height={30} />
</button>
</div>
</div>
Expand Down

0 comments on commit 5292740

Please sign in to comment.