Skip to content

Commit 8878fbd

Browse files
committed
fix: Removing title to avoid redundancy on screen readers
1 parent 79a4c88 commit 8878fbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DarkMode.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<template>
22
<button
33
:aria-label="getAriaLabel"
4-
:title="getAriaLabel"
54
class="vue-dark-mode"
65
@click="toggleColorMode"
76
>

0 commit comments

Comments
 (0)