diff options
author | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-22 18:32:41 +0200 |
---|---|---|
committer | Cassidy Dingenskirchen <admin@15318.de> | 2023-10-22 18:32:41 +0200 |
commit | 644ab3e660aa1cf0fce21ef8300997b3c85ef049 (patch) | |
tree | 66ee361a77ae7b93e04dafa4857cb290e160609f /templates/_departures_iris.html.ep | |
parent | 2cee1c0fea109cd731bf3be996885a86ba09f125 (diff) |
departure board: aria-label and contrast fix
Diffstat (limited to 'templates/_departures_iris.html.ep')
-rw-r--r-- | templates/_departures_iris.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_departures_iris.html.ep b/templates/_departures_iris.html.ep index 332ef1c..d075008 100644 --- a/templates/_departures_iris.html.ep +++ b/templates/_departures_iris.html.ep @@ -47,7 +47,7 @@ %= $result->destination % for my $checkin (@{$checkin_by_train->{$result->train_id} // []}) { <span class="followee-checkin"> - <i class="material-icons tiny">people</i> + <i class="material-icons tiny" aria-label="Eine Person, der du folgst, ist hier eingecheckt">people</i> <%= $checkin->{followee_name} %> → <%= $checkin->{arr_name} // '???' %> </span> % } |