Skip to content

Commit f32d036

Browse files
committed
fix: accessibility
1 parent 1dcd053 commit f32d036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VApp/VApp.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
);
180180
181181
links[ i ].setAttribute(
182-
'alt',
182+
'title',
183183
links[ i ].textContent,
184184
);
185185

0 commit comments

Comments
 (0)