Skip to content

Commit

Permalink
Merge pull request #3790 from sul-dlss/accesibility-fix
Browse files Browse the repository at this point in the history
remove incorrect title, make blank to match other icons on homepage
  • Loading branch information
jcoyne authored Jan 25, 2024
2 parents e21f1f4 + 32012b3 commit 83801a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_home_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="card">
<div class="card-body">
<%= link_to search_catalog_path(collections_search_params) do %>
<%= image_tag('homepage/digital.jpg', class: 'pull-left', alt: "", title: "'The Burning of San Francisco April 18, 19, 20, 1906.'") %>
<%= image_tag('homepage/digital.jpg', class: 'pull-left', alt: "", title: "") %>
<h3>Digital collections</h3>
<% end %>
<p>Images, maps, data, &amp; more from the Stanford Digital Repository.</p>
Expand Down

0 comments on commit 83801a2

Please sign in to comment.