Skip to content

Commit

Permalink
LOYALIST-43 Accessiblity update re: blog banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 9, 2024
1 parent 53dcc72 commit cec6eea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public function build() {
return [
'#type' => 'html_tag',
'#tag' => 'figure',
'#value' => '<img src="/themes/custom/the_loyalist_collection/images/loyalist-blog-banner.jpg" alt="' . $this->t(
'Atlantic Loyalist Connections shares research experiences involving The Loyalist Collection and relations within the British colonial Atlantic world'
) . '" class="img-fluid">',
'#value' => '<img src="/themes/custom/the_loyalist_collection/images/loyalist-blog-banner.jpg" alt=""' .
' class="img-fluid"><figcaption class="visually-hidden">Atlantic Loyalist Connections shares research experiences involving
The Loyalist Collection and relations within the British colonial Atlantic world</figcaption>',
];
}
}

0 comments on commit cec6eea

Please sign in to comment.