empty alt text for images
This commit is contained in:
parent
3b276e972a
commit
f1d10f1c9e
2 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ function HomePage() {
|
||||||
<Box
|
<Box
|
||||||
as="img"
|
as="img"
|
||||||
src={HomepageSplashImg}
|
src={HomepageSplashImg}
|
||||||
|
alt=""
|
||||||
width="200px"
|
width="200px"
|
||||||
height="200px"
|
height="200px"
|
||||||
rounded="lg"
|
rounded="lg"
|
||||||
|
|
|
@ -66,6 +66,7 @@ export function OutfitLayers({ loading, visibleLayers, doAnimations = false }) {
|
||||||
<FullScreenCenter>
|
<FullScreenCenter>
|
||||||
<ImageTag
|
<ImageTag
|
||||||
src={getBestImageUrlForLayer(layer)}
|
src={getBestImageUrlForLayer(layer)}
|
||||||
|
alt=""
|
||||||
// We manage the fade-in and fade-out separately! The fade-in
|
// We manage the fade-in and fade-out separately! The fade-in
|
||||||
// happens here, when the <Image> finishes preloading and
|
// happens here, when the <Image> finishes preloading and
|
||||||
// applies the src to the underlying <img>.
|
// applies the src to the underlying <img>.
|
||||||
|
|
Loading…
Reference in a new issue