Skip to content

Commit

Permalink
Merge pull request #1516 from weather-gov/mgwalker/satellite-alt-text
Browse files Browse the repository at this point in the history
Add empty alt text to satellite image
  • Loading branch information
greg-does-weather committed Aug 1, 2024
2 parents b47e41c + ad76f6b commit 049c46e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/pages.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{ "name": "location page with alerts", "url": "/point/33.521/-86.812" },
{
"name": "location page with alerts (today tab)",
"url": "/point/33.521/-86.812#today"
"url": "/point/33.521/-86.812#current"
},
{
"name": "location page with alerts (daily tab)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div aria-hidden="true">
<img src="{{ weather.satellite.gif }}" class="wx-minw-full">
<img src="{{ weather.satellite.gif }}" class="wx-minw-full" alt="">
</div>
</div>
</div>
Expand Down

0 comments on commit 049c46e

Please sign in to comment.