We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c0adf commit 59006e0Copy full SHA for 59006e0
Sprint-3/todo-list/index.html
@@ -29,8 +29,8 @@ <h1>My ToDo List</h1>
29
<li class="todo-item"> <!-- include class "completed" if the task completed state is true -->
30
<span class="description">Task description</span>
31
<div class="actions">
32
- <button class="complete-btn"><i class="fa-solid fa-check" aria-hidden="true"></i></button>
33
- <button class="delete-btn"><i class="fa-solid fa-trash" aria-hidden="true"></i></button>
+ <button class="complete-btn"><span class="fa-solid fa-check" aria-hidden="true"></span></button>
+ <button class="delete-btn"><span class="fa-solid fa-trash" aria-hidden="true"></span></button>
34
</div>
35
</li>
36
</template>
0 commit comments