fix: update logo alt text for improved accessibility in email template
This commit is contained in:
parent
ed24cfc034
commit
9b18b20621
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ const Base = ({
|
||||||
<Body className="py-2 text-center font-sans text-base text-neutral-700">
|
<Body className="py-2 text-center font-sans text-base text-neutral-700">
|
||||||
<Container className="max-w-2xl rounded-lg border border-[#eaeaea] border-solid pt-2 pb-10">
|
<Container className="max-w-2xl rounded-lg border border-[#eaeaea] border-solid pt-2 pb-10">
|
||||||
<Img
|
<Img
|
||||||
alt="Company Logo"
|
alt="Logo Infoalloggi.it"
|
||||||
className="mx-auto my-2"
|
className="mx-auto my-2"
|
||||||
height={44}
|
height={44}
|
||||||
src={`${env.BASE_URL}/Infoalloggi.png`}
|
src={`${env.BASE_URL}/Infoalloggi.png`}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue