Skip to content

Commit 3a074a1

Browse files
author
Ryan Cordell
committed
added more descriptive image alt descriptions
1 parent fd2a599 commit 3a074a1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/pages/index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const HomePage = ({ data }) => {
260260
{
261261
img: {
262262
src: data.individuals,
263-
alt: "page-individuals",
263+
alt: "Illustration of a doge dog sitting at a computer",
264264
},
265265
title: "page-home-sections-individuals-title",
266266
desc: "page-home-sections-individuals-desc",
@@ -272,7 +272,8 @@ const HomePage = ({ data }) => {
272272
{
273273
img: {
274274
src: data.developers,
275-
alt: "page-developers",
275+
alt:
276+
"Illustration of a hand constructing an Ethereum glyph made of lego bricks",
276277
},
277278
title: "page-home-sections-developers-title",
278279
desc: "page-home-sections-developers-desc",
@@ -284,7 +285,8 @@ const HomePage = ({ data }) => {
284285
{
285286
img: {
286287
src: data.enterprise,
287-
alt: "page-enterprise",
288+
alt:
289+
"Illustration of a group working on an Ethereum project around a laptop",
288290
},
289291
title: "page-home-sections-enterprise-title",
290292
desc: "page-home-sections-enterprise-desc",

0 commit comments

Comments
 (0)