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
|
||||
as="img"
|
||||
src={HomepageSplashImg}
|
||||
alt=""
|
||||
width="200px"
|
||||
height="200px"
|
||||
rounded="lg"
|
||||
|
|
|
@ -66,6 +66,7 @@ export function OutfitLayers({ loading, visibleLayers, doAnimations = false }) {
|
|||
<FullScreenCenter>
|
||||
<ImageTag
|
||||
src={getBestImageUrlForLayer(layer)}
|
||||
alt=""
|
||||
// We manage the fade-in and fade-out separately! The fade-in
|
||||
// happens here, when the <Image> finishes preloading and
|
||||
// applies the src to the underlying <img>.
|
||||
|
|
Loading…
Reference in a new issue