Skip to content

Commit

Permalink
Fix a couple of a11y issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 30, 2024
1 parent 003c1cf commit 7223513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<h1>Refeição vegana 🌱</h1>
<div id="filter-container">
<label>Tipo:</label>
<label for="meal-type-filter">Tipo:</label>
<select id="meal-type-filter">
<option value="all">Todos</option>
<option value="salad">Saladas</option>
Expand All @@ -20,7 +20,7 @@ <h1>Refeição vegana 🌱</h1>
</select>
</div>
<div id="search-container">
<label>Busca:</label>
<label for="search-field">Busca:</label>
<input type="text" id="search-field" placeholder="Ex.: Arroz e feijão">
<button type="submit">Buscar</button>
</div>
Expand Down

0 comments on commit 7223513

Please sign in to comment.