diff --git a/app/views/layouts/_header_application_links.html.erb b/app/views/layouts/_header_application_links.html.erb index 3f573eb14c..5ca6eea262 100644 --- a/app/views/layouts/_header_application_links.html.erb +++ b/app/views/layouts/_header_application_links.html.erb @@ -71,7 +71,8 @@ <%= link_to my_account_path, id: "my_account_link", class: "avatar" do %> <%= image_tag( gravatar_url(current_user.email, size: "30"), - class: "avatar__image", + alt: "avatar image", + class: "avatar__image" )%> <% end %> diff --git a/app/views/pages/landing.html.erb b/app/views/pages/landing.html.erb index cecc4bd590..4e46e48fcf 100644 --- a/app/views/pages/landing.html.erb +++ b/app/views/pages/landing.html.erb @@ -28,7 +28,7 @@ receive mentorship from the best in the business.
- <%= image_tag "marketing/many-faces.png" %> + <%= image_tag "marketing/many-faces.png", alt: "Many faces" %>
Listen to their stories on our @@ -81,7 +81,7 @@
@@ -104,7 +104,7 @@