Skip to content

Commit

Permalink
Remove unnecessary aria-label attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Nov 30, 2023
1 parent 705912a commit 323d2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/search/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function style() {
function tpl(defaultValue = '') {
const html = /* html */ `
<div class="input-wrap">
<input type="search" value="${defaultValue}" aria-label="Search" />
<input type="search" value="${defaultValue}" />
<div class="clear-button">
<svg width="26" height="24">
<circle cx="12" cy="12" r="11" fill="#ccc" />
Expand Down

0 comments on commit 323d2a4

Please sign in to comment.