Skip to content

Commit

Permalink
Add aria label to preview button
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Jun 29, 2024
1 parent bb89fd7 commit 3b5101a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
</div>
</footer>

<button id="previewButton">
<button id="previewButton" aria-label="Preview">
<ion-icon name="eye"></ion-icon>
</button>
<div id="previewBlock"></div>
Expand All @@ -189,4 +189,4 @@
<script nomodule src="<?= $ionicons_source ?>/dist/ionicons/ionicons.js"></script>
</body>

</html>
</html>

0 comments on commit 3b5101a

Please sign in to comment.