Skip to content

Commit 323d2a4

Browse files
committed
Remove unnecessary aria-label attribute
1 parent 705912a commit 323d2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/search/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function style() {
118118
function tpl(defaultValue = '') {
119119
const html = /* html */ `
120120
<div class="input-wrap">
121-
<input type="search" value="${defaultValue}" aria-label="Search" />
121+
<input type="search" value="${defaultValue}" />
122122
<div class="clear-button">
123123
<svg width="26" height="24">
124124
<circle cx="12" cy="12" r="11" fill="#ccc" />

0 commit comments

Comments
 (0)