fix: add image alt tag

This commit is contained in:
Derrick Hammer 2023-12-27 13:02:29 -05:00
parent 6c87defd14
commit d1b834437c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ export const Header = ({}: Props) => {
width={28}
height={24}
src={Logo}
alt=""
alt="Lume Web logo"
/>
<span className="right-0 -top-[6px] absolute text-white text-opacity-50 text-sm font-normal font-secondary leading-7">
a Lume project

View File

@ -62,7 +62,7 @@ export default function Page() {
<img
src={Logo}
className="background opacity-50 transition-transform duration-500 transform-gpu absolute -top-[100px] -left-10"
alt=""
alt="Logo background"
aria-hidden
/>
</GraphicSection.Background>

View File

@ -73,7 +73,7 @@ export default function Index() {
<img
src={Logo}
className="background transition-transform duration-500 transform-gpu absolute -top-[320px] -right-10"
alt=""
alt="Logo background"
aria-hidden
/>
</GraphicSection.Background>