diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 180a811ac19..00e1372f5b8 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -92,6 +92,7 @@ "big-heading-3": "Earn certifications.", "h2-heading": "Since 2014, more than 40,000 freeCodeCamp.org graduates have gotten jobs at tech companies including:", "hero-img-description": "freeCodeCamp students at a local study group in South Korea.", + "hero-img-alt": "A group of people, including a White man, a Black woman, and an Asian woman, gathered around a laptop.", "as-seen-in": "As seen in:", "testimonials": { "heading": "Here is what our alumni say about freeCodeCamp:", diff --git a/client/src/components/landing/components/campers-image.tsx b/client/src/components/landing/components/campers-image.tsx index c5bf3ef7a20..6e4c44293af 100644 --- a/client/src/components/landing/components/campers-image.tsx +++ b/client/src/components/landing/components/campers-image.tsx @@ -29,7 +29,7 @@ function CampersImage({ pageName }: CampersImageProps): JSX.Element {
diff --git a/client/src/components/landing/components/testimonials.tsx b/client/src/components/landing/components/testimonials.tsx index a454606445e..c0dc90bd1da 100644 --- a/client/src/components/landing/components/testimonials.tsx +++ b/client/src/components/landing/components/testimonials.tsx @@ -19,7 +19,7 @@ const Testimonials = (): JSX.Element => {
@@ -46,7 +46,7 @@ const Testimonials = (): JSX.Element => {
@@ -73,7 +73,7 @@ const Testimonials = (): JSX.Element => {