Add ARIA label to external icon.

This commit is contained in:
Buster Neece 2023-04-15 20:22:56 -05:00
parent 5718884aa9
commit 779f8b9ae3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ $sections->end();
<?=$category['label']?>
<?php
if ($category['external'] ?? false): ?>
<i class="material-icons sm">open_in_new</i>
<i class="material-icons sm" aria-label="<?= $this->e(__('External')) ?>">open_in_new</i>
<?php
endif; ?>
</a>