Skip to content

Commit

Permalink
fix: Add alt to some images
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Jul 20, 2024
1 parent cfa3338 commit b0c9405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/app-templates/smarty/banners/intro_stats.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="panel panel-default">
<div class="panel-heading">{t}Some statistics{/t}</div>
<div class="panel-body">
<img src="{GK_CDN_IMAGES_URL}/icons/solar-system.svg" class="intro-stats-icon" width="100" height="100" />
<img src="{GK_CDN_IMAGES_URL}/icons/solar-system.svg" class="intro-stats-icon" width="100" height="100" alt="Solar system" />
<p>
{t escape=no
gk_count=$stats.stat_geokretow|default:0
Expand Down
2 changes: 1 addition & 1 deletion website/app-templates/smarty/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<p class="logo"><a id="home-logo" href="{'home'|alias}">Geo<span class="black">Krety</span>.org</a></p>
<p class="subline">{t}Open source item tracking for all geocaching platforms{/t}</p>
<span class="bg" style="background-image: url('{GK_CDN_IMAGES_URL}/header/bg.svg');"></span>
<img class="sun" src="{GK_CDN_IMAGES_URL}/header/sun.svg">
<img class="sun" src="{GK_CDN_IMAGES_URL}/header/sun.svg" alt="Rotating sun">
</header>

0 comments on commit b0c9405

Please sign in to comment.