fix: add image alt tag
This commit is contained in:
parent
6c87defd14
commit
d1b834437c
|
@ -17,7 +17,7 @@ export const Header = ({}: Props) => {
|
||||||
width={28}
|
width={28}
|
||||||
height={24}
|
height={24}
|
||||||
src={Logo}
|
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">
|
<span className="right-0 -top-[6px] absolute text-white text-opacity-50 text-sm font-normal font-secondary leading-7">
|
||||||
a Lume project
|
a Lume project
|
||||||
|
|
|
@ -62,7 +62,7 @@ export default function Page() {
|
||||||
<img
|
<img
|
||||||
src={Logo}
|
src={Logo}
|
||||||
className="background opacity-50 transition-transform duration-500 transform-gpu absolute -top-[100px] -left-10"
|
className="background opacity-50 transition-transform duration-500 transform-gpu absolute -top-[100px] -left-10"
|
||||||
alt=""
|
alt="Logo background"
|
||||||
aria-hidden
|
aria-hidden
|
||||||
/>
|
/>
|
||||||
</GraphicSection.Background>
|
</GraphicSection.Background>
|
||||||
|
|
|
@ -73,7 +73,7 @@ export default function Index() {
|
||||||
<img
|
<img
|
||||||
src={Logo}
|
src={Logo}
|
||||||
className="background transition-transform duration-500 transform-gpu absolute -top-[320px] -right-10"
|
className="background transition-transform duration-500 transform-gpu absolute -top-[320px] -right-10"
|
||||||
alt=""
|
alt="Logo background"
|
||||||
aria-hidden
|
aria-hidden
|
||||||
/>
|
/>
|
||||||
</GraphicSection.Background>
|
</GraphicSection.Background>
|
||||||
|
|
Loading…
Reference in New Issue