Skip to content

Commit

Permalink
Remove unnecessary property from element
Browse files Browse the repository at this point in the history
For the same reason of the previous commit.
  • Loading branch information
wlsf82 authored May 30, 2024
1 parent b55b832 commit 812cd97
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" title="Refeição"></h2>
<h2 id="meal-name"></h2>
<h3 id="ingredients-label" title="Ingredientes"></h3>
<ul id="ingredients-list"></ul>
</div>
Expand Down

0 comments on commit 812cd97

Please sign in to comment.