Skip to content

Commit 3b5101a

Browse files
authored
Add aria label to preview button
1 parent bb89fd7 commit 3b5101a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
</div>
180180
</footer>
181181

182-
<button id="previewButton">
182+
<button id="previewButton" aria-label="Preview">
183183
<ion-icon name="eye"></ion-icon>
184184
</button>
185185
<div id="previewBlock"></div>
@@ -189,4 +189,4 @@
189189
<script nomodule src="<?= $ionicons_source ?>/dist/ionicons/ionicons.js"></script>
190190
</body>
191191

192-
</html>
192+
</html>

0 commit comments

Comments
 (0)