diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:26:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:26:15 +0100 |
commit | bd8a825138d723f682596eefac735ef8f0bdc22c (patch) | |
tree | 36b41c9335dd2807f0ef908204d4f558e1eb75eb /templates/landingpage.html.ep | |
parent | fca6a5df6ccf2424773d27f86f308073d0555f37 (diff) |
Add aria labels where needed, commit 1 of many (#37)
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index fd71f9c..8cbcdde 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -59,7 +59,7 @@ </div> <div class="center-align"> <button class="btn waves-effect waves-light btn-flat" type="submit" name="action" value="departures"> - <i class="material-icons left">send</i> + <i class="material-icons left" aria-hidden="true">send</i> Abfahrten </button> </div> |