fix: add image alt tag
This commit is contained in:
parent
6c87defd14
commit
d1b834437c
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue