Skip to content

Commit

Permalink
Put a11y property back on element
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 30, 2024
1 parent 103eb70 commit 862e7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Refeição vegana 🌱</h1>
</div>
<div id="content-wrapper">
<div id="meal-container">
<h2 id="meal-name"></h2>
<h2 id="meal-name" title="Refeição"></h2>
<h3 id="ingredients-label" title="Ingredientes"></h3>
<ul id="ingredients-list"></ul>
</div>
Expand Down

0 comments on commit 862e7ce

Please sign in to comment.