Skip to content

Commit

Permalink
a11y issues removed
Browse files Browse the repository at this point in the history
  • Loading branch information
userjoergjakoby committed Nov 6, 2024
1 parent c6866a8 commit a4c6920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui-components/first-page/first-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="header">
<h1>Products App</h1>
<label> Search <input type="search" placeholder="enter search term" class="search" /></label><!-- by adding placeholder for AT -->
<button class="search"></button>
<button class="search">Search</button>
</header>
<nav class="sidebar">
<section>
Expand Down

0 comments on commit a4c6920

Please sign in to comment.