Skip to content

Commit fb79ec9

Browse files
committed
Review comments fix
1 parent 2b7baf4 commit fb79ec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blocks/header/nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ export default async function decorate(block) {
410410
form({ class: 'search-form', action: `/${locale}/search`, method: 'get', autocomplete: 'off' },
411411
label({ for: 'siteSearch' }, 'Search Query'),
412412
input({ id: 'siteSearch', type: 'text', placeholder: 'Search', name: 'searchQuery', tabindex: '-1' }),
413-
a({ class: 'search-button', 'aria-label': 'Search', role: 'button', href: '#' }),
414-
a({ class: 'close', href: '#', role: 'button', 'aria-label': 'Close' }),
413+
a({ class: 'search-button', role: 'button', 'aria-label': 'Search' }),
414+
a({ class: 'close', role: 'button', 'aria-label': 'Close' }),
415415
),
416416
),
417417
);

0 commit comments

Comments
 (0)