add aria-label

This commit is contained in:
sylvia
2022-03-11 13:50:19 -08:00
committed by Lukas Bestle
parent fc28d8e2d2
commit 7df7e6c822

View File

@@ -27,7 +27,7 @@
<header class="h1"> <header class="h1">
<h1> <h1>
<small>Tag:</small> <?= html($tag) ?> <small>Tag:</small> <?= html($tag) ?>
<a href="<?= $page->url() ?>">&times;</a> <a href="<?= $page->url() ?>" aria-label="All Notes">&times;</a>
</h1> </h1>
</header> </header>
<?php else: ?> <?php else: ?>